Home | History | Annotate | Download | only in MCAnalysis

Lines Matching defs:Succs

161     BBInfoSetTy Succs;
168 Succs.insert(&Succ);
239 // Compute succs/preds.
275 for (BBInfoSetTy::iterator SI = BBI->Succs.begin(), SE = BBI->Succs.end();
283 // Set preds/succs.
289 for (BBInfoSetTy::iterator SI = BBI->Succs.begin(), SE = BBI->Succs.end();
309 // - if there is, split it (new one, fallthrough, move succs, etc..)
312 // - look at the last instruction in the atom, add succs to worklist
314 // - create basic block, update preds/succs, etc..
438 // FIXME: check that the succs/preds are the same