Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp263 struct ReductionTracker { struct in __anon25f666240111::LoopReroll
398 bool validate(ReductionTracker &Reductions);
485 ReductionTracker &Reductions);
487 const SCEV *BackedgeTakenCount, ReductionTracker &Reductions);
658 ReductionTracker &Reductions) { in collectPossibleReductions()
1154 bool LoopReroll::DAGRootTracker::validate(ReductionTracker &Reductions) { in validate()
1521 bool LoopReroll::ReductionTracker::validateSelected() { in validateSelected()
1564 void LoopReroll::ReductionTracker::replaceSelected() { in replaceSelected()
1632 ReductionTracker &Reductions) { in reroll()
1685 ReductionTracker Reductions; in runOnLoop()