Searched refs:PeepholeProtection (Results 1 – 2 of 2) sorted by relevance
1752 CodeGenFunction::PeepholeProtection1758 if (!rvalue.isScalar()) return PeepholeProtection(); in protectFromPeepholes()1760 if (!isa<llvm::ZExtInst>(value)) return PeepholeProtection(); in protectFromPeepholes()1767 PeepholeProtection protection; in protectFromPeepholes()1772 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes()
770 class PeepholeProtection {775 PeepholeProtection() : Inst(nullptr) {} in PeepholeProtection() function787 CodeGenFunction::PeepholeProtection Protection;2100 PeepholeProtection protectFromPeepholes(RValue rvalue);2101 void unprotectFromPeepholes(PeepholeProtection protection);