Home
last modified time | relevance | path

Searched defs:InvalidationRootCollector (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8503 struct InvalidationRootCollector { in forgetLcssaPhiWithNewPredecessor() struct
8504 Loop *L; in forgetLcssaPhiWithNewPredecessor()
8505 SmallVector<const SCEV *, 8> Roots; in forgetLcssaPhiWithNewPredecessor()
8507 InvalidationRootCollector(Loop *L) : L(L) {} in forgetLcssaPhiWithNewPredecessor() function
8509 bool follow(const SCEV *S) { in forgetLcssaPhiWithNewPredecessor()
8520 bool isDone() const { return false; } in forgetLcssaPhiWithNewPredecessor()