Home | History | Annotate | Download | only in Analysis

Lines Matching refs:threadEdge

430     /// threadEdge - This is the update interface to inform the cache that an
433 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
936 void LazyValueInfoCache::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc,
1121 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc,
1123 if (PImpl) getCache(PImpl).threadEdge(PredBB, OldSucc, NewSucc);