Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp172 static cl::opt<int> EnableFastISelAbort( variable
419 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()
1215 if (EnableFastISelAbort > 1) in SelectAllBasicBlocks()
1281 if (EnableFastISelVerbose || EnableFastISelAbort) { in SelectAllBasicBlocks()
1285 if (EnableFastISelAbort > 2) in SelectAllBasicBlocks()
1316 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks()
1317 if (EnableFastISelVerbose || EnableFastISelAbort) { in SelectAllBasicBlocks()
1322 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()