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

/external/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h64 /// threadEdge - Inform the analysis cache that we have threaded an edge from
66 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp395 /// threadEdge - This is the update interface to inform the cache that an
398 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
937 void LazyValueInfoCache::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, function in class:LazyValueInfoCache
1132 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, function in class:LazyValueInfo
1134 if (PImpl) getCache(PImpl).threadEdge(PredBB, OldSucc, NewSucc);
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1363 LVI->threadEdge(PredBB, BB, SuccBB);

Completed in 76 milliseconds