Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenFunction.h1310 data.Protection = CGF.protectFromPeepholes(rv);
3183 PeepholeProtection protectFromPeepholes(RValue rvalue);
DCodeGenFunction.cpp2384 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes() function in CodeGenFunction