Searched refs:PeepholeProtection (Results 1 – 2 of 2) sorted by relevance
1825 CodeGenFunction::PeepholeProtection1831 if (!rvalue.isScalar()) return PeepholeProtection(); in protectFromPeepholes()1833 if (!isa<llvm::ZExtInst>(value)) return PeepholeProtection(); in protectFromPeepholes()1840 PeepholeProtection protection; in protectFromPeepholes()1845 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes()
795 class PeepholeProtection {800 PeepholeProtection() : Inst(nullptr) {} in PeepholeProtection() function812 CodeGenFunction::PeepholeProtection Protection;2229 PeepholeProtection protectFromPeepholes(RValue rvalue);2230 void unprotectFromPeepholes(PeepholeProtection protection);