Searched defs:CachedReachabilityAA (Results 1 – 1 of 1) sorted by relevance
3464 struct CachedReachabilityAA : public BaseTy { struct3465 using RQITy = ReachabilityQueryInfo<ToTy>;3467 CachedReachabilityAA(const IRPosition &IRP, Attributor &A) : BaseTy(IRP, A) {} in CachedReachabilityAA() function3470 bool isQueryAA() const override { return true; } in isQueryAA()3473 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()3487 bool rememberResult(Attributor &A, typename RQITy::Reachable Result, in rememberResult()3527 const std::string getAsStr(Attributor *A) const override { in getAsStr()3532 bool checkQueryCache(Attributor &A, RQITy &StackRQI, in checkQueryCache()3563 SmallVector<RQITy *> QueryVector;3564 DenseSet<RQITy *> QueryCache;