Searched refs:InterpreterSel (Results 1 – 1 of 1) sorted by relevance
47 cl::opt<OutputType> InterpreterSel( variable155 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 …]