Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp695 bool ShouldAbort) { in reportFastISelFailure() argument
698 if (!R.getLocation().isValid() || ShouldAbort) in reportFastISelFailure()
701 if (ShouldAbort) in reportFastISelFailure()
1579 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks() local
1584 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()
1596 reportFastISelFailure(*MF, *ORE, R, ShouldAbort); in SelectAllBasicBlocks()