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.h1421 CGF.unprotectFromPeepholes(Protection);
3495 void unprotectFromPeepholes(PeepholeProtection protection);
H A DCodeGenFunction.cpp2549 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes() function in CodeGenFunction