Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp34 RunLLC, enumerator
52 clEnumValN(RunLLC, "run-llc", "Compile with LLC"),
66 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"),
163 InterpreterSel = RunLLC; in initializeExecutionEnvironment()
181 case RunLLC: in initializeExecutionEnvironment()
212 if (InterpreterSel == RunLLC) { in initializeExecutionEnvironment()
213 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
222 case RunLLC: in initializeExecutionEnvironment()