Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-documentation.m185 * - Network Reachability
/llvm-project-15.0.7/llvm/docs/
H A DLexicon.rst112 In the past, this namespace had not only the name `GR` (aka. Graph Reachability)
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9605 bool getReachableCallEdges(Attributor &A, const AAReachability &Reachability, in getReachableCallEdges()
9610 if (!Reachability.isAssumedReachable(A, Inst, CBInst)) in getReachableCallEdges()
9675 const auto &Reachability = A.getAAFor<AAReachability>( in instructionCanReach() local
9680 bool AllKnown = getReachableCallEdges(A, Reachability, Inst, CallEdges); in instructionCanReach()
9714 const AAReachability *Reachability = &A.getAAFor<AAReachability>( in updateImpl() local
9722 getReachableCallEdges(A, *Reachability, *InstPair.first, CallEdges); in updateImpl()
/llvm-project-15.0.7/clang/docs/
H A DReleaseNotes.rst548 Reachability, Header Unit and ``extern "C++"`` semantics.