Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h147 bool maybethreadThroughTwoBasicBlocks(BasicBlock *BB, Value *Cond);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1639 return maybethreadThroughTwoBasicBlocks(BB, Cond); in processThreadableEdges()
2122 bool JumpThreadingPass::maybethreadThroughTwoBasicBlocks(BasicBlock *BB, in maybethreadThroughTwoBasicBlocks() function in JumpThreadingPass