Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp305 InstructionCost TotalSpeculationCost = 0; in considerHoistingFromTo() local
311 TotalSpeculationCost += Cost; in considerHoistingFromTo()
312 if (TotalSpeculationCost > SpecExecMaxSpeculationCost) in considerHoistingFromTo()