Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp48 static cl::opt<unsigned> MaxInstrsToScan( variable
715 if (!isa<DbgInfoIntrinsic>(Inst) && ++NumScanned > MaxInstrsToScan) in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp59 static cl::opt<unsigned> MaxInstrsToScan( variable
1127 ++NumScanned > MaxInstrsToScan; in isMemModifiedBetween()
1344 if (NumInstChecked == MaxInstrsToScan || I.mayWriteToMemory()) in scalarizeLoadExtract()
1852 if (++NumVisited > MaxInstrsToScan) in foldShuffleToIdentity()