Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2035 unsigned OrigCost = OrigCE ? ComputeSpeculationCost(OrigCE, TTI) : 0; in SpeculativelyExecuteBB() local
2039 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1703 unsigned OrigCost = OrigCE ? ComputeSpeculationCost(OrigCE, TTI) : 0; in SpeculativelyExecuteBB() local
1707 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10596 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); in isSlicingProfitable() local
10598 OrigCost.Loads = 1; in isSlicingProfitable()
10607 OrigCost.addSliceGain(LS); in isSlicingProfitable()
10612 return OrigCost > GlobalSlicingCost; in isSlicingProfitable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13131 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); in isSlicingProfitable() local
13133 OrigCost.Loads = 1; in isSlicingProfitable()
13142 OrigCost.addSliceGain(LS); in isSlicingProfitable()
13147 return OrigCost > GlobalSlicingCost; in isSlicingProfitable()