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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h991 class PeepholeProtection { class in namespace:clang::CodeGen
996 PeepholeProtection() : Inst(0) {} function in class:clang::CodeGen::PeepholeProtection
1008 CodeGenFunction::PeepholeProtection Protection;
2044 PeepholeProtection protectFromPeepholes(RValue rvalue);
2045 void unprotectFromPeepholes(PeepholeProtection protection);

Completed in 47 milliseconds