Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsSubtarget.cpp66 bool MipsSubtarget::GINVWarningPrinted = false; member in MipsSubtarget
210 if (!hasMips32r6() && hasGINV() && !GINVWarningPrinted) { in MipsSubtarget()
213 GINVWarningPrinted = true; in MipsSubtarget()
DMipsSubtarget.h60 static bool GINVWarningPrinted; variable