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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp328 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); local
357 if (IC2.getCostDelta() <= CandidateCost) {

Completed in 40 milliseconds