Searched refs:MaxInstrsToScan (Results 1 – 2 of 2) sorted by relevance
46 static cl::opt<unsigned> MaxInstrsToScan( variable712 if (!isa<DbgInfoIntrinsic>(Inst) && ++NumScanned > MaxInstrsToScan) in foldLoadsRecursive()
57 static cl::opt<unsigned> MaxInstrsToScan( variable1084 ++NumScanned > MaxInstrsToScan; in isMemModifiedBetween()1303 if (NumInstChecked == MaxInstrsToScan || I.mayWriteToMemory()) in scalarizeLoadExtract()