Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1333 CGF.unprotectFromPeepholes(Protection);
3269 void unprotectFromPeepholes(PeepholeProtection protection);
H A DCodeGenFunction.cpp2467 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes() function in CodeGenFunction