Home | History | Annotate | Download | only in ObjCARC

Lines Matching full:succ

764     void addSucc(BasicBlock *Succ) { Succs.push_back(Succ); }
1745 // If any top-down local-use or possible-dec has a succ which is earlier in
2044 const BasicBlock *Succ = *SI;
2045 DenseMap<const BasicBlock *, BBState>::iterator I = BBStates.find(Succ);
2050 Succ = *SI;
2051 I = BBStates.find(Succ);