Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp325 uint32_t LoopBackWeight; // aka y1 in updateBranchWeights() local
353 LoopBackWeight = OrigLoopBackedgeWeight - EnterWeight; in updateBranchWeights()
360 LoopBackWeight = 0; in updateBranchWeights()
368 LoopBackWeight = OrigLoopBackedgeWeight; in updateBranchWeights()
376 LoopBackWeight = 0; in updateBranchWeights()
380 SuccsSwapped ? LoopBackWeight : ExitWeight1, in updateBranchWeights()
381 SuccsSwapped ? ExitWeight1 : LoopBackWeight, in updateBranchWeights()