Searched refs:OldSucc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h65 /// PredBB to OldSucc to be from PredBB to NewSucc instead.
66 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp396 /// edge from PredBB to OldSucc has been threaded to be from PredBB to
398 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
941 void LazyValueInfoCache::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, argument
950 // for all values that were marked overdefined in OldSucc, and for those same
951 // values in any successor of OldSucc (except NewSucc) in which they were
954 worklist.push_back(OldSucc);
959 if (I->first == OldSucc)
963 // Use a worklist to perform a depth-first search of OldSucc's successors.
977 // If a value was marked overdefined in OldSucc, and is here too...
1136 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, argument
[all...]

Completed in 74 milliseconds