Searched defs:threadEdge (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp396 /// threadEdge - This is the update interface to inform the cache that an
399 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
942 void LazyValueInfoCache::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, function in class:LazyValueInfoCache
1138 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, function in class:LazyValueInfo
1140 if (PImpl) getCache(PImpl).threadEdge(PredBB, OldSucc, NewSucc);

Completed in 801 milliseconds