HomeSort by: relevance | last modified time | path
    Searched refs:EnableGlobalISelAbort (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CGPassBuilderOption.h 53 Optional<GlobalISelAbortMode> EnableGlobalISelAbort;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp 159 static cl::opt<GlobalISelAbortMode> EnableGlobalISelAbort(
437 SET_OPTION(EnableGlobalISelAbort)
592 if (EnableGlobalISelAbort.getNumOccurrences())
593 TM.Options.GlobalISelAbort = EnableGlobalISelAbort;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h 121 if (Opt.EnableGlobalISelAbort)
122 TM.Options.GlobalISelAbort = *Opt.EnableGlobalISelAbort;

Completed in 33 milliseconds