Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp636 bool ShouldAbort) { in reportFastISelFailure() argument
639 if (!R.getLocation().isValid() || ShouldAbort) in reportFastISelFailure()
642 if (ShouldAbort) in reportFastISelFailure()
1690 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks() local
1695 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()
1707 reportFastISelFailure(*MF, *ORE, R, ShouldAbort); in SelectAllBasicBlocks()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1436 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks() local
1442 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()
1448 if (ShouldAbort) in SelectAllBasicBlocks()