Searched defs:InvalidationRootCollector (Results 1 – 1 of 1) sorted by relevance
8542 struct InvalidationRootCollector { in forgetLcssaPhiWithNewPredecessor() struct8543 Loop *L; in forgetLcssaPhiWithNewPredecessor()8544 SmallVector<const SCEV *, 8> Roots; in forgetLcssaPhiWithNewPredecessor()8546 InvalidationRootCollector(Loop *L) : L(L) {} in forgetLcssaPhiWithNewPredecessor() function8548 bool follow(const SCEV *S) { in forgetLcssaPhiWithNewPredecessor()8559 bool isDone() const { return false; } in forgetLcssaPhiWithNewPredecessor()