Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp268 struct ReductionTracker { struct in __anon29ecfd3f0111::LoopReroll
403 bool validate(ReductionTracker &Reductions);
490 ReductionTracker &Reductions);
492 const SCEV *BackedgeTakenCount, ReductionTracker &Reductions);
663 ReductionTracker &Reductions) { in collectPossibleReductions()
1157 bool LoopReroll::DAGRootTracker::validate(ReductionTracker &Reductions) { in validate()
1528 bool LoopReroll::ReductionTracker::validateSelected() { in validateSelected()
1571 void LoopReroll::ReductionTracker::replaceSelected() { in replaceSelected()
1639 ReductionTracker &Reductions) { in reroll()
1692 ReductionTracker Reductions; in runOnLoop()