Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2464 const AAFunctionReachability &EdgeReachability = in updateImpl() local
2467 if (EdgeReachability.canReach(A, *getAnchorScope())) in updateImpl()
9586 const AAFunctionReachability &EdgeReachability = in checkIfReachable() local
9589 Deps.push_back(&EdgeReachability); in checkIfReachable()
9591 if (EdgeReachability.canReach(A, Fn)) in checkIfReachable()