Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp82 static cl::opt<unsigned> ReductionSize( variable
90 if (ReductionSize.getNumOccurrences() == 0) in getReductionSize()
92 return ReductionSize; in getReductionSize()