Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3494 struct CachedReachabilityAA : public BaseTy { struct
3495 using RQITy = ReachabilityQueryInfo<ToTy>;
3497 CachedReachabilityAA<BaseTy, ToTy>(const IRPosition &IRP, Attributor &A) in CachedReachabilityAA() argument
3501 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 …]