Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3506 struct CachedReachabilityAA : public BaseTy { struct
3507 using RQITy = ReachabilityQueryInfo<ToTy>;
3509 CachedReachabilityAA(const IRPosition &IRP, Attributor &A) : BaseTy(IRP, A) {} in CachedReachabilityAA() argument
3512 bool isQueryAA() const override { return true; } in isQueryAA()
3515 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3529 bool rememberResult(Attributor &A, typename RQITy::Reachable Result, in rememberResult()
3569 const std::string getAsStr(Attributor *A) const override { in getAsStr()
3574 bool checkQueryCache(Attributor &A, RQITy &StackRQI, in checkQueryCache()
3605 SmallVector<RQITy *> QueryVector;
3606 DenseSet<RQITy *> QueryCache;