Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp245 struct ReductionTracker { struct in __anond0c6c5aa0111::LoopReroll
380 bool validate(ReductionTracker &Reductions);
467 ReductionTracker &Reductions);
469 const SCEV *BackedgeTakenCount, ReductionTracker &Reductions);
624 ReductionTracker &Reductions) { in collectPossibleReductions()
1120 bool LoopReroll::DAGRootTracker::validate(ReductionTracker &Reductions) { in validate()
1489 bool LoopReroll::ReductionTracker::validateSelected() { in validateSelected()
1532 void LoopReroll::ReductionTracker::replaceSelected() { in replaceSelected()
1600 ReductionTracker &Reductions) { in reroll()
1653 ReductionTracker Reductions; in runOnLoop()