Lines Matching defs:NewSucc
209 /// OldSucc might have (unless also overdefined in NewSucc). This just
211 void threadEdgeImpl(BasicBlock *OldSucc, BasicBlock *NewSucc);
239 BasicBlock *NewSucc) {
248 // values in any successor of OldSucc (except NewSucc) in which they were
267 // Skip blocks only accessible through NewSucc.
268 if (ToUpdate == NewSucc) continue;
454 /// PredBB to OldSucc has been threaded to be from PredBB to NewSucc.
455 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
1676 BasicBlock *NewSucc) {
1677 TheCache.threadEdgeImpl(OldSucc, NewSucc);
2017 BasicBlock *NewSucc) {
2019 Impl->threadEdge(PredBB, OldSucc, NewSucc);