Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDJumpThreading.h165 bool processGuards(BasicBlock *BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDJumpThreading.cpp967 if (HasGuards && processGuards(BB)) in processBlock()
3016 bool JumpThreadingPass::processGuards(BasicBlock *BB) { in processGuards() function in JumpThreadingPass