Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Preds

123       BlockSet Preds, Succs;
490 MInfo.Preds.insert(MBB.pred_begin(), MBB.pred_end());
491 if (MInfo.Preds.size() != MBB.pred_size())
538 if (!MBBInfoMap[*I].Preds.count(MBB)) {