Searched defs:shouldInline (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp311 /// shouldInline - Return true if the inliner should attempt to inline
313 bool Inliner::shouldInline(CallSite CS) { function in class:Inliner
552 if (!shouldInline(CS)) {

Completed in 543 milliseconds