Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h138 bool ProcessBranchOnXOR(BinaryOperator *BO);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1212 return ProcessBranchOnXOR(cast<BinaryOperator>(CondInst)); in ProcessBlock()
1777 bool JumpThreadingPass::ProcessBranchOnXOR(BinaryOperator *BO) { in ProcessBranchOnXOR() function in JumpThreadingPass