Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp814 bool ShouldAbort) { in reportFastISelFailure() argument
817 if (!R.getLocation().isValid() || ShouldAbort) in reportFastISelFailure()
820 if (ShouldAbort) in reportFastISelFailure()
1820 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks() local
1825 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()
1837 reportFastISelFailure(*MF, *ORE, R, ShouldAbort); in SelectAllBasicBlocks()