Home
last modified time | relevance | path

Searched refs:threadEdge (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLazyValueInfo.h64 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h96 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp433 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
936 void LazyValueInfoCache::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfoCache
1121 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfo
1123 if (PImpl) getCache(PImpl).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h105 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp516 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
1367 void LazyValueInfoCache::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfoCache
1703 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfo
1707 getCache(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp486 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
1456 void LazyValueInfoImpl::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfoImpl
1803 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfo
1807 getImpl(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp1347 LVI->threadEdge(PredBB, BB, SuccBB); in ThreadEdge()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1480 LVI->threadEdge(PredBB, BB, SuccBB); in ThreadEdge()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1952 LVI->threadEdge(PredBB, BB, SuccBB); in ThreadEdge()