Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp325 uint32_t LoopBackWeight; // aka y1 in updateBranchWeights() local
363 LoopBackWeight = OrigLoopBackedgeWeight - EnterWeight; in updateBranchWeights()
370 LoopBackWeight = 0; in updateBranchWeights()
378 LoopBackWeight = OrigLoopBackedgeWeight; in updateBranchWeights()
386 LoopBackWeight = 0; in updateBranchWeights()
390 SuccsSwapped ? LoopBackWeight : ExitWeight1, in updateBranchWeights()
391 SuccsSwapped ? ExitWeight1 : LoopBackWeight, in updateBranchWeights()