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
722 if (++NumScanned > MaxInstrsToScan) in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp63 static cl::opt<unsigned> MaxInstrsToScan( variable
1482 ++NumScanned > MaxInstrsToScan; in isMemModifiedBetween()
1712 if (NumInstChecked == MaxInstrsToScan || I.mayWriteToMemory()) in scalarizeLoadExtract()
2802 if (++NumVisited > MaxInstrsToScan) in foldShuffleToIdentity()