Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1704 unsigned ThenCost = ThenCE ? ComputeSpeculationCost(ThenCE, TTI) : 0; in SpeculativelyExecuteBB() local
1707 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2036 unsigned ThenCost = ThenCE ? ComputeSpeculationCost(ThenCE, TTI) : 0; in SpeculativelyExecuteBB() local
2039 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()