Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp1434 int64_t CostLowerBound = in visitSwitchInst() local
1438 if (CostLowerBound > Threshold && !ComputeFullInlineCost) { in visitSwitchInst()
1439 Cost = CostLowerBound; in visitSwitchInst()