Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp80 static cl::opt<unsigned> SpecExecMaxSpeculationCost( variable
249 if (TotalSpeculationCost > SpecExecMaxSpeculationCost) in considerHoistingFromTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp80 static cl::opt<unsigned> SpecExecMaxSpeculationCost( variable
273 if (TotalSpeculationCost > SpecExecMaxSpeculationCost) in considerHoistingFromTo()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp81 static cl::opt<unsigned> SpecExecMaxSpeculationCost( variable
298 if (TotalSpeculationCost > SpecExecMaxSpeculationCost) in considerHoistingFromTo()