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

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

Completed in 39 milliseconds