Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp277 int Cost2 = IC2.getValue(); in shouldInline() local
281 if (Cost2 >= (int)(CurrentThreshold2 * FudgeFactor2)) in shouldInline()
286 if (Cost2 < (int)(CurrentThreshold2 * FudgeFactor2) && in shouldInline()
287 Cost2 + Cost - (InlineConstants::CallPenalty + 1) >= in shouldInline()
290 TotalSecondaryCost += Cost2; in shouldInline()