Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExecutionDriver.cpp61 SafeInterpreterSel(cl::desc("Specify \"safe\" i.e. known-good backend:"), variable
208 switch (SafeInterpreterSel) { in initializeExecutionEnvironment()
213 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
224 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
232 SafeInterpreterSel = AutoPick; in initializeExecutionEnvironment()
242 SafeInterpreterSel == RunLLCIA); in initializeExecutionEnvironment()