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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h147 bool ProcessBranchOnXOR(BinaryOperator *BO);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1191 return ProcessBranchOnXOR(cast<BinaryOperator>(CondInst));
1752 /// ProcessBranchOnXOR - We have an otherwise unthreadable conditional branch on
1755 bool JumpThreadingPass::ProcessBranchOnXOR(BinaryOperator *BO) { function in class:JumpThreadingPass

Completed in 113 milliseconds