Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PeepholeProtection

1077 CodeGenFunction::PeepholeProtection
1083 if (!rvalue.isScalar()) return PeepholeProtection();
1085 if (!isa<llvm::ZExtInst>(value)) return PeepholeProtection();
1092 PeepholeProtection protection;
1097 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) {