Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Succs

124       BlockSet Preds, Succs;
480 MInfo.Succs.insert(MBB.succ_begin(), MBB.succ_end());
481 if (MInfo.Succs.size() != MBB.succ_size())
539 if (!MBBInfoMap[*I].Succs.count(MBB)) {