Lines Matching defs:Loops
262 BB2BBMap Loops;
280 void insertConditions(bool Loops);
438 Loops[Exit] = N->getEntry();
447 Loops[Succ] = BB;
490 if (Visited.count(Other) && !Loops.count(Other) &&
528 Loops.clear();
559 void StructurizeCFG::insertConditions(bool Loops) {
560 BranchVector &Conds = Loops ? LoopConds : Conditions;
561 Value *Default = Loops ? BoolTrue : BoolFalse;
573 PhiInserter.AddAvailableValue(Loops ? SuccFalse : Parent, Default);
575 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];
980 if (!Loops.count(LoopStart)) {
988 LoopEnd = Loops[Node->getEntry()];
1196 Loops.clear();