Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp212 static unsigned ComputeSpeculationCost(const Instruction *I, in ComputeSpeculationCost() function
269 const unsigned Cost = ComputeSpeculationCost(&I, *TTI); in considerHoistingFromTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp316 static unsigned ComputeSpeculationCost(const User *I, in ComputeSpeculationCost() function
385 BudgetRemaining -= ComputeSpeculationCost(I, TTI); in DominatesMergePoint()
2016 ComputeSpeculationCost(I, TTI) > in SpeculativelyExecuteBB()
2074 unsigned OrigCost = OrigCE ? ComputeSpeculationCost(OrigCE, TTI) : 0; in SpeculativelyExecuteBB()
2075 unsigned ThenCost = ThenCE ? ComputeSpeculationCost(ThenCE, TTI) : 0; in SpeculativelyExecuteBB()