Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp569 BasicBlock *SuccFalse = Term->getSuccessor(1); in insertConditions() local
573 PhiInserter.AddAvailableValue(Loops ? SuccFalse : Parent, Default); in insertConditions()
575 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()