Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExecutionDriver.cpp62 SafeInterpreterSel(cl::desc("Specify \"safe\" i.e. known-good backend:"), variable
215 switch (SafeInterpreterSel) { in initializeExecutionEnvironment()
220 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
231 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
239 SafeInterpreterSel = AutoPick; in initializeExecutionEnvironment()
249 SafeInterpreterSel == RunLLCIA); in initializeExecutionEnvironment()