Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp150 static cl::opt<bool> EnableAndCmpSinking( variable
7866 if (BinOp && (BinOp->getOpcode() == Instruction::And) && EnableAndCmpSinking) in optimizeInst()