Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h154 bool processBranchOnXOR(BinaryOperator *BO);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1136 return processBranchOnXOR(cast<BinaryOperator>(CondInst)); in processBlock()
1754 bool JumpThreadingPass::processBranchOnXOR(BinaryOperator *BO) { in processBranchOnXOR() function in JumpThreadingPass