Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:protection

1262   // extend this protection.
1273 PeepholeProtection protection;
1274 protection.Inst = inst;
1275 return protection;
1278 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) {
1279 if (!protection.Inst) return;
1282 protection.Inst->eraseFromParent();