Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExecutionDriver.cpp31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator
47 clEnumValN(RunLLC, "run-llc", "Compile with LLC"),
63 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"),
159 InterpreterSel = RunLLC; in initializeExecutionEnvironment()
178 case RunLLC: in initializeExecutionEnvironment()
213 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
222 InterpreterSel != RunLLC && in initializeExecutionEnvironment()
224 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
236 case RunLLC: in initializeExecutionEnvironment()