Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp1507 bool ShouldInline = CA.analyzeCall(CS); in getInlineCost() local
1512 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()
1514 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()