Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExecutionDriver.cpp43 InterpreterSel(cl::desc("Specify the \"test\" i.e. suspect back-end:"), variable
158 switch (InterpreterSel) { in initializeExecutionEnvironment()
161 InterpreterSel = RunJIT; in initializeExecutionEnvironment()
166 InterpreterSel = RunLLC; in initializeExecutionEnvironment()
172 InterpreterSel = RunLLI; in initializeExecutionEnvironment()
177 InterpreterSel = AutoPick; in initializeExecutionEnvironment()
191 InterpreterSel == RunLLCIA); in initializeExecutionEnvironment()
219 InterpreterSel == LLC_Safe) { in initializeExecutionEnvironment()
229 InterpreterSel != RunLLC && in initializeExecutionEnvironment()
230 InterpreterSel != RunJIT) { in initializeExecutionEnvironment()
[all …]