Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp264 struct ReductionTracker { struct in __anond1229c0b0111::LoopReroll
399 bool validate(ReductionTracker &Reductions);
486 ReductionTracker &Reductions);
488 const SCEV *BackedgeTakenCount, ReductionTracker &Reductions);
654 ReductionTracker &Reductions) { in collectPossibleReductions()
1150 bool LoopReroll::DAGRootTracker::validate(ReductionTracker &Reductions) { in validate()
1519 bool LoopReroll::ReductionTracker::validateSelected() { in validateSelected()
1562 void LoopReroll::ReductionTracker::replaceSelected() { in replaceSelected()
1630 ReductionTracker &Reductions) { in reroll()
1683 ReductionTracker Reductions; in runOnLoop()