Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp278 bool SuccsSwapped) { in updateBranchWeights() argument
296 if (SuccsSwapped) in updateBranchWeights()
390 SuccsSwapped ? LoopBackWeight : ExitWeight1, in updateBranchWeights()
391 SuccsSwapped ? ExitWeight1 : LoopBackWeight, in updateBranchWeights()
396 SuccsSwapped ? EnterWeight : ExitWeight0, in updateBranchWeights()
397 SuccsSwapped ? ExitWeight0 : EnterWeight, in updateBranchWeights()