Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExecutionDriver.cpp42 InterpreterSel(cl::desc("Specify the \"test\" i.e. suspect back-end:"), variable
151 switch (InterpreterSel) { in initializeExecutionEnvironment()
154 InterpreterSel = RunJIT; in initializeExecutionEnvironment()
159 InterpreterSel = RunLLC; in initializeExecutionEnvironment()
165 InterpreterSel = RunLLI; in initializeExecutionEnvironment()
170 InterpreterSel = AutoPick; in initializeExecutionEnvironment()
184 InterpreterSel == RunLLCIA); in initializeExecutionEnvironment()
212 InterpreterSel == LLC_Safe) { in initializeExecutionEnvironment()
222 InterpreterSel != RunLLC && in initializeExecutionEnvironment()
223 InterpreterSel != RunJIT) { in initializeExecutionEnvironment()
[all …]