Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp523 BasicBlock *SuccFalse = Term->getSuccessor(1); in insertConditions() local
527 PhiInserter.AddAvailableValue(Loops ? SuccFalse : Parent, Default); in insertConditions()
529 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()