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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1825 CodeGenFunction::PeepholeProtection
1831 if (!rvalue.isScalar()) return PeepholeProtection();
1833 if (!isa<llvm::ZExtInst>(value)) return PeepholeProtection();
1840 PeepholeProtection protection;
1845 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) {
H A DCodeGenFunction.h795 class PeepholeProtection { class in class:clang::CodeGen::CodeGenFunction
800 PeepholeProtection() : Inst(nullptr) {} function in class:clang::CodeGen::CodeGenFunction::PeepholeProtection
812 CodeGenFunction::PeepholeProtection Protection;
2229 PeepholeProtection protectFromPeepholes(RValue rvalue);
2230 void unprotectFromPeepholes(PeepholeProtection protection);

Completed in 76 milliseconds