Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp35 RunLLC, enumerator
54 clEnumValN(RunLLC, "run-llc", "Compile with LLC"),
69 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"),
166 InterpreterSel = RunLLC; in initializeExecutionEnvironment()
184 case RunLLC: in initializeExecutionEnvironment()
217 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
223 if (!SafeInterpreter && InterpreterSel != RunLLC && in initializeExecutionEnvironment()
225 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
235 case RunLLC: in initializeExecutionEnvironment()