Searched refs:TryThreadEdge (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h119 bool TryThreadEdge(BasicBlock *BB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1720 return TryThreadEdge(BB, PredsToFactor, MostPopularDest);
2018 /// TryThreadEdge - Thread an edge if it's safe and profitable to do so.
2019 bool JumpThreadingPass::TryThreadEdge( function in class:JumpThreadingPass

Completed in 159 milliseconds