Lines Matching defs:Preds
621 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];
623 if (Preds.size() == 1 && Preds.begin()->first == Parent) {
624 auto &PI = Preds.begin()->second;
634 for (auto [BB, PI] : Preds) {
652 auto &Preds = I.second;
653 for (auto [BB, PI] : Preds) {
1041 BBPredicates &Preds = Predicates[Node->getEntry()];
1042 return llvm::all_of(Preds, [&](std::pair<BasicBlock *, PredInfo> Pred) {
1049 BBPredicates &Preds = Predicates[Node->getEntry()];
1056 for (auto [BB, PI] : Preds) {