Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp258 struct ReductionTracker { struct in __anond4f303190111::LoopReroll
393 bool validate(ReductionTracker &Reductions);
480 ReductionTracker &Reductions);
482 const SCEV *BackedgeTakenCount, ReductionTracker &Reductions);
653 ReductionTracker &Reductions) { in collectPossibleReductions()
1126 bool LoopReroll::DAGRootTracker::validate(ReductionTracker &Reductions) { in validate()
1497 bool LoopReroll::ReductionTracker::validateSelected() { in validateSelected()
1540 void LoopReroll::ReductionTracker::replaceSelected() { in replaceSelected()
1608 ReductionTracker &Reductions) { in reroll()
1671 ReductionTracker Reductions; in runOnLoop()