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.cpp3567 struct AAIntraFnReachabilityFunction final struct
3569 using Base = CachedReachabilityAA<AAIntraFnReachability, Instruction>;
3570 AAIntraFnReachabilityFunction(const IRPosition &IRP, Attributor &A) in AAIntraFnReachabilityFunction() argument
3576 bool isAssumedReachable( in isAssumedReachable()
3591 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3612 bool isReachableImpl(Attributor &A, RQITy &RQI, in isReachableImpl()
3705 void trackStatistics() const override {} in trackStatistics()
3710 DenseSet<const BasicBlock *> DeadBlocks;
3714 DenseSet<std::pair<const BasicBlock *, const BasicBlock *>> DeadEdges;
3717 const DominatorTree *DT = nullptr;