Home
last modified time | relevance | path

Searched refs:PeepholeProtection (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1825 CodeGenFunction::PeepholeProtection
1831 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()
DCodeGenFunction.h795 class PeepholeProtection {
800 PeepholeProtection() : Inst(nullptr) {} in PeepholeProtection() function
812 CodeGenFunction::PeepholeProtection Protection;
2229 PeepholeProtection protectFromPeepholes(RValue rvalue);
2230 void unprotectFromPeepholes(PeepholeProtection protection);