Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp316 uint64_t ThenCyclesCost = 0; member in __anona59f01570311::BranchWeightCostModel
336 ThenCyclesCost += SchedModel.computeInstrLatency(&MI); in isProfitable()
348 return (Denominator - Numerator) * ThenCyclesCost <= in isProfitable()