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

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

Completed in 536 milliseconds