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

/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp1202 bool ShouldInline = CA.analyzeCall(CS); local
1207 if (!ShouldInline && CA.getCost() < CA.getThreshold())
1209 if (ShouldInline && CA.getCost() >= CA.getThreshold())

Completed in 54 milliseconds