Home
last modified time | relevance | path

Searched refs:ReachabilityAA (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp717 const auto *ReachabilityAA = A.getAAFor<AAIntraFnReachability>( in isPotentiallyReachable() local
719 bool Result = !ReachabilityAA || ReachabilityAA->isAssumedReachable( in isPotentiallyReachable()
755 const auto *ReachabilityAA = A.getAAFor<AAIntraFnReachability>( in isPotentiallyReachable() local
758 bool Result = !ReachabilityAA || ReachabilityAA->isAssumedReachable( in isPotentiallyReachable()