Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h116 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h124 void threadEdge(BasicBlock *BB, const SmallVectorImpl<BasicBlock *> &PredBBs,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp476 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 DJumpThreading.cpp2356 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()