Home | History | Annotate | Download | only in ObjCARC

Lines Matching full:succ

309     void addSucc(BasicBlock *Succ) { Succs.push_back(Succ); }
1012 // If any top-down local-use or possible-dec has a succ which is earlier in
1207 const BasicBlock *Succ = *SI;
1208 DenseMap<const BasicBlock *, BBState>::iterator I = BBStates.find(Succ);
1213 Succ = *SI;
1214 I = BBStates.find(Succ);