Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp364 InlineCost IC2 = getInlineCost(CS2); in shouldInline() local
366 if (!IC2) { in shouldInline()
370 if (IC2.isAlways()) in shouldInline()
376 if (IC2.getCostDelta() <= CandidateCost) { in shouldInline()
378 TotalSecondaryCost += IC2.getCost(); in shouldInline()