Searched refs:BBPredicates (Results 1 – 1 of 1) sorted by relevance
42 typedef DenseMap<BasicBlock *, Value *> BBPredicates; typedef43 typedef DenseMap<BasicBlock *, BBPredicates> PredMap;371 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()372 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()477 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()483 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end(); in insertConditions()693 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()694 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end(); in dominatesPredicates()705 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()712 for (BBPredicates::iterator I = Preds.begin(), E = Preds.end(); in isPredictableTrue()