Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp348 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); in shouldInline() local
376 if (IC2.getCostDelta() <= CandidateCost) { in shouldInline()