OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 14 00:24:24 UTC 2026