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.cpp716 const auto *ReachabilityAA = A.getAAFor<AAIntraFnReachability>( in isPotentiallyReachable() local
718 bool Result = !ReachabilityAA || ReachabilityAA->isAssumedReachable( in isPotentiallyReachable()
754 const auto *ReachabilityAA = A.getAAFor<AAIntraFnReachability>( in isPotentiallyReachable() local
757 bool Result = !ReachabilityAA || ReachabilityAA->isAssumedReachable( in isPotentiallyReachable()