Searched refs:GINVWarningPrinted (Results 1 – 2 of 2) sorted by relevance
67 bool MipsSubtarget::GINVWarningPrinted = false; member in MipsSubtarget194 if (!hasMips32r6() && hasGINV() && !GINVWarningPrinted) { in MipsSubtarget()197 GINVWarningPrinted = true; in MipsSubtarget()
61 static bool GINVWarningPrinted; variable