Searched refs:AbortOnFailedISel (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp38 bool AbortOnFailedISel; member in class:__anon4635::ResetMachineFunction
43 bool AbortOnFailedISel = false)
45 AbortOnFailedISel(AbortOnFailedISel) {}
64 if (AbortOnFailedISel)
88 bool AbortOnFailedISel = false) {
89 return new ResetMachineFunction(EmitFallbackDiag, AbortOnFailedISel);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h59 /// If AbortOnFailedISel is true, abort compilation instead of resetting.
61 bool AbortOnFailedISel);

Completed in 79 milliseconds