Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h122 bool tryThreadEdge(BasicBlock *BB,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1716 return tryThreadEdge(BB, PredsToFactor, MostPopularDest); in processThreadableEdges()
2333 bool JumpThreadingPass::tryThreadEdge( in tryThreadEdge() function in JumpThreadingPass