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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h163 bool ProcessGuards(BasicBlock *BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1005 if (HasGuards && ProcessGuards(BB))
2872 bool JumpThreadingPass::ProcessGuards(BasicBlock *BB) { function in class:JumpThreadingPass

Completed in 170 milliseconds