Searched defs:InvalidationRootCollector (Results 1 – 1 of 1) sorted by relevance
8503 struct InvalidationRootCollector { in forgetLcssaPhiWithNewPredecessor() struct8504 Loop *L; in forgetLcssaPhiWithNewPredecessor()8505 SmallVector<const SCEV *, 8> Roots; in forgetLcssaPhiWithNewPredecessor()8507 InvalidationRootCollector(Loop *L) : L(L) {} in forgetLcssaPhiWithNewPredecessor() function8509 bool follow(const SCEV *S) { in forgetLcssaPhiWithNewPredecessor()8520 bool isDone() const { return false; } in forgetLcssaPhiWithNewPredecessor()