Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp268 struct ReductionTracker { struct in __anon9a4a00a80111::LoopReroll
403 bool validate(ReductionTracker &Reductions);
490 ReductionTracker &Reductions);
492 const SCEV *BackedgeTakenCount, ReductionTracker &Reductions);
663 ReductionTracker &Reductions) { in collectPossibleReductions()
1159 bool LoopReroll::DAGRootTracker::validate(ReductionTracker &Reductions) { in validate()
1530 bool LoopReroll::ReductionTracker::validateSelected() { in validateSelected()
1573 void LoopReroll::ReductionTracker::replaceSelected() { in replaceSelected()
1641 ReductionTracker &Reductions) { in reroll()
1694 ReductionTracker Reductions; in runOnLoop()