Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3609 struct AAIntraFnReachabilityFunction final struct
3611 using Base = CachedReachabilityAA<AAIntraFnReachability, Instruction>;
3612 AAIntraFnReachabilityFunction(const IRPosition &IRP, Attributor &A) in AAIntraFnReachabilityFunction() function
3618 bool isAssumedReachable( in isAssumedReachable()
3633 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3654 bool isReachableImpl(Attributor &A, RQITy &RQI, in isReachableImpl()
3747 void trackStatistics() const override {} in trackStatistics()
3752 DenseSet<const BasicBlock *> DeadBlocks;
3756 DenseSet<std::pair<const BasicBlock *, const BasicBlock *>> DeadEdges;
3759 const DominatorTree *DT = nullptr;