Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp129 static cl::opt<int> EnableFastISelAbort( variable
353 if (EnableFastISelAbort && !Selector->TM.Options.EnableFastISel) in runOnMachineFunction()
453 if (EnableFastISelAbort && !Selector->TM.Options.EnableFastISel) in run()
1639 reportFastISelFailure(*MF, *ORE, R, EnableFastISelAbort > 1); in SelectAllBasicBlocks()
1780 if (R.isEnabled() || EnableFastISelAbort) { in SelectAllBasicBlocks()
1788 reportFastISelFailure(*MF, *ORE, R, EnableFastISelAbort > 2); in SelectAllBasicBlocks()
1820 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks()
1825 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()
1830 if (R.isEnabled() || EnableFastISelAbort) { in SelectAllBasicBlocks()