Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp139 static cl::opt<int> EnableGlobalISelAbort( variable
1158 if (EnableGlobalISelAbort.getNumOccurrences() > 0) in isGlobalISelAbortEnabled()
1159 return EnableGlobalISelAbort == 1; in isGlobalISelAbortEnabled()
1167 return EnableGlobalISelAbort == 2; in reportDiagnosticWhenGlobalISelFallback()