Home | History | Annotate | Download | only in Scalar

Lines Matching full:bbpredicates

48 typedef DenseMap<BasicBlock *, Value *> BBPredicates;
49 typedef DenseMap<BasicBlock *, BBPredicates> PredMap;
432 BBPredicates &Pred = Predicates[BB];
433 BBPredicates &LPred = LoopPreds[BB];
539 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];
545 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end();
752 BBPredicates &Preds = Predicates[Node->getEntry()];
753 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end();
764 BBPredicates &Preds = Predicates[Node->getEntry()];
771 for (BBPredicates::iterator I = Preds.begin(), E = Preds.end();