Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp1343 bool ShouldInline = CA.analyzeCall(CS); in getInlineCost() local
1348 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()
1350 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()