Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3564 struct AAIntraFnReachabilityFunction final struct
3566 using Base = CachedReachabilityAA<AAIntraFnReachability, Instruction>;
3567 AAIntraFnReachabilityFunction(const IRPosition &IRP, Attributor &A) in AAIntraFnReachabilityFunction() argument
3573 bool isAssumedReachable( in isAssumedReachable()
3588 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3609 bool isReachableImpl(Attributor &A, RQITy &RQI, in isReachableImpl()
3702 void trackStatistics() const override {} in trackStatistics()
3707 DenseSet<const BasicBlock *> DeadBlocks;
3711 DenseSet<std::pair<const BasicBlock *, const BasicBlock *>> DeadEdges;
3714 const DominatorTree *DT = nullptr;