Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp47 cl::opt<OutputType> InterpreterSel( variable
155 switch (InterpreterSel) { in initializeExecutionEnvironment()
158 InterpreterSel = RunJIT; in initializeExecutionEnvironment()
163 InterpreterSel = RunLLC; in initializeExecutionEnvironment()
168 InterpreterSel = RunLLI; in initializeExecutionEnvironment()
173 InterpreterSel = AutoPick; in initializeExecutionEnvironment()
185 InterpreterSel == RunLLCIA); in initializeExecutionEnvironment()
212 if (InterpreterSel == RunLLC) { in initializeExecutionEnvironment()
217 } else if (InterpreterSel != CompileCustom) { in initializeExecutionEnvironment()
238 if (!SafeInterpreter && InterpreterSel != CompileCustom) { in initializeExecutionEnvironment()
[all …]