reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
86 using PredMap = DenseMap<BasicBlock *, BBPredicates>; 452 BBPredicates &Pred = Predicates[BB]; 453 BBPredicates &LPred = LoopPreds[BB]; 552 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; 772 BBPredicates &Preds = Predicates[Node->getEntry()]; 780 BBPredicates &Preds = Predicates[Node->getEntry()];