Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2632 bool SkipExitingSuccessors = DT.dominates(CondBlock, Latch); in CalculateUnswitchCostMultiplier() local
2634 if (!SkipExitingSuccessors) in CalculateUnswitchCostMultiplier()
2639 successors(CondBlock), [SkipExitingSuccessors, &L](BasicBlock *SuccBB) { in CalculateUnswitchCostMultiplier()
2640 return !SkipExitingSuccessors || L.contains(SuccBB); in CalculateUnswitchCostMultiplier()