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

/freebsd-10.2-release/contrib/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h84 /// shouldInline - Return true if the inliner should attempt to
86 bool shouldInline(CallSite CS);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp283 /// shouldInline - Return true if the inliner should attempt to inline
285 bool Inliner::shouldInline(CallSite CS) { function in class:Inliner
503 if (!shouldInline(CS))

Completed in 80 milliseconds