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