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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp66 bool MipsSubtarget::GINVWarningPrinted = false; member in class:MipsSubtarget
209 if (!hasMips32r6() && hasGINV() && !GINVWarningPrinted) {
212 GINVWarningPrinted = true;
H A DMipsSubtarget.h59 static bool GINVWarningPrinted; member in class:llvm::MipsSubtarget

Completed in 104 milliseconds