Searched refs:GINVWarningPrinted (Results 1 – 2 of 2) sorted by relevance
66 bool MipsSubtarget::GINVWarningPrinted = false; member in MipsSubtarget209 if (!hasMips32r6() && hasGINV() && !GINVWarningPrinted) { in MipsSubtarget()212 GINVWarningPrinted = true; in MipsSubtarget()
59 static bool GINVWarningPrinted; variable