Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:protection

1648   // extend this protection.
1659 PeepholeProtection protection;
1660 protection.Inst = inst;
1661 return protection;
1664 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) {
1665 if (!protection.Inst) return;
1668 protection.Inst->eraseFromParent();