Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PeepholeProtection

1258 CodeGenFunction::PeepholeProtection
1264 if (!rvalue.isScalar()) return PeepholeProtection();
1266 if (!isa<llvm::ZExtInst>(value)) return PeepholeProtection();
1273 PeepholeProtection protection;
1278 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) {