Home
last modified time | relevance | path

Searched refs:maybethreadThroughTwoBasicBlocks (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h145 bool maybethreadThroughTwoBasicBlocks(BasicBlock *BB, Value *Cond);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1624 return maybethreadThroughTwoBasicBlocks(BB, Cond); in processThreadableEdges()
2104 bool JumpThreadingPass::maybethreadThroughTwoBasicBlocks(BasicBlock *BB, in maybethreadThroughTwoBasicBlocks() function in JumpThreadingPass