Searched refs:MaxInstrsToScan (Results 1 – 2 of 2) sorted by relevance
48 static cl::opt<unsigned> MaxInstrsToScan( variable715 if (!isa<DbgInfoIntrinsic>(Inst) && ++NumScanned > MaxInstrsToScan) in foldLoadsRecursive()
59 static cl::opt<unsigned> MaxInstrsToScan( variable1127 ++NumScanned > MaxInstrsToScan; in isMemModifiedBetween()1344 if (NumInstChecked == MaxInstrsToScan || I.mayWriteToMemory()) in scalarizeLoadExtract()1852 if (++NumVisited > MaxInstrsToScan) in foldShuffleToIdentity()