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

/external/llvm/lib/Analysis/
H A DInlineCost.cpp1009 bool ShouldInline = CA.analyzeCall(CS); local
1014 if (!ShouldInline && CA.getCost() < CA.getThreshold())
1016 if (ShouldInline && CA.getCost() >= CA.getThreshold())

Completed in 1134 milliseconds