Lines Matching defs:Loops
302 BB2BBMap Loops;
320 void insertConditions(bool Loops);
482 Loops[Exit] = N->getEntry();
491 Loops[Succ] = BB;
540 if (Visited.count(Other) && !Loops.count(Other) &&
578 Loops.clear();
609 void StructurizeCFG::insertConditions(bool Loops) {
610 BranchVector &Conds = Loops ? LoopConds : Conditions;
611 Value *Default = Loops ? BoolTrue : BoolFalse;
621 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];
629 PhiInserter.AddAvailableValue(Loops ? SuccFalse : Parent, Default);
1111 if (!Loops.count(LoopStart)) {
1119 LoopEnd = Loops[Node->getEntry()];
1327 Loops.clear();