Searched refs:threadEdge (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 116 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 124 void threadEdge(BasicBlock *BB, const SmallVectorImpl<BasicBlock *> &PredBBs,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 476 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc); 1530 void LazyValueInfoImpl::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfoImpl 1954 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfo 1958 .threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 2356 threadEdge(BB, PredsToFactor, SuccBB); in threadThroughTwoBasicBlocks() 2392 threadEdge(BB, PredBBs, SuccBB); in tryThreadEdge() 2399 void JumpThreadingPass::threadEdge(BasicBlock *BB, in threadEdge() function in JumpThreadingPass 2422 LVI->threadEdge(PredBB, BB, SuccBB); in threadEdge()
|