Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:protection

1572   // extend this protection.
1583 PeepholeProtection protection;
1584 protection.Inst = inst;
1585 return protection;
1588 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) {
1589 if (!protection.Inst) return;
1592 protection.Inst->eraseFromParent();