Searched refs:EnableFastISelAbort (Results 1 – 1 of 1) sorted by relevance
173 static cl::opt<int> EnableFastISelAbort( variable429 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()1214 if (EnableFastISelAbort > 1) in SelectAllBasicBlocks()1280 if (EnableFastISelVerbose || EnableFastISelAbort) { in SelectAllBasicBlocks()1284 if (EnableFastISelAbort > 2) in SelectAllBasicBlocks()1316 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks()1317 if (EnableFastISelVerbose || EnableFastISelAbort) { in SelectAllBasicBlocks()1322 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()