Searched defs:CachedReachabilityAA (Results 1 – 1 of 1) sorted by relevance
3494 struct CachedReachabilityAA : public BaseTy { struct3495 using RQITy = ReachabilityQueryInfo<ToTy>;3497 CachedReachabilityAA<BaseTy, ToTy>(const IRPosition &IRP, Attributor &A) in CachedReachabilityAA() argument3501 bool isQueryAA() const override { return true; } in isQueryAA()3504 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()3517 bool rememberResult(Attributor &A, typename RQITy::Reachable Result, in rememberResult()3529 const std::string getAsStr() const override { in getAsStr()3534 RQITy *checkQueryCache(Attributor &A, RQITy &StackRQI, in checkQueryCache()3554 bool InUpdate = false;3555 SmallVector<RQITy *> QueryVector;[all …]