Lines Matching defs:NewSucc
259 /// OldSucc might have (unless also overdefined in NewSucc). This just
261 void threadEdgeImpl(BasicBlock *OldSucc, BasicBlock *NewSucc);
289 BasicBlock *NewSucc) {
298 // values in any successor of OldSucc (except NewSucc) in which they were
317 // Skip blocks only accessible through NewSucc.
318 if (ToUpdate == NewSucc) continue;
506 /// PredBB to OldSucc has been threaded to be from PredBB to NewSucc.
507 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
1635 BasicBlock *NewSucc) {
1636 TheCache.threadEdgeImpl(OldSucc, NewSucc);
1976 BasicBlock *NewSucc) {
1978 Impl->threadEdge(PredBB, OldSucc, NewSucc);