Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp87 static cl::opt<unsigned> ReductionSize( variable
95 if (ReductionSize.getNumOccurrences() == 0) in getReductionSize()
97 return ReductionSize; in getReductionSize()