Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h112 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h124 void threadEdge(BasicBlock *BB, const SmallVectorImpl<BasicBlock *> &PredBBs,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp474 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
1505 void LazyValueInfoImpl::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfoImpl
1868 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() function in LazyValueInfo
1872 .threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2306 threadEdge(BB, PredsToFactor, SuccBB); in threadThroughTwoBasicBlocks()
2342 threadEdge(BB, PredBBs, SuccBB); in tryThreadEdge()
2349 void JumpThreadingPass::threadEdge(BasicBlock *BB, in threadEdge() function in JumpThreadingPass
2372 LVI->threadEdge(PredBB, BB, SuccBB); in threadEdge()