Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp149 static cl::opt<bool> EnableAndCmpSinking( variable
7975 if (BinOp && BinOp->getOpcode() == Instruction::And && EnableAndCmpSinking && in optimizeInst()