Home
last modified time | relevance | path

Searched defs:EdgeRef (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Dford_fulkerson.rs16 edge: N::EdgeRef, in residual_capacity()
37 fn other_endpoint<N>(network: N, edge: N::EdgeRef, vertex: N::NodeId) -> N::NodeId in other_endpoint()
56 edge_to: &mut [Option<N::EdgeRef>], in has_augmented_path()
90 edge: N::EdgeRef, in adjust_residual_flow()
Dmatching.rs495 edge: G::EdgeRef, in find_join()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/
Dmod.rs221 pub trait EdgeRef: Copy { interface
235 impl<'a, N, E> EdgeRef for (N, N, &'a E) impl
Dfilter.rs217 type EdgeRef = G::EdgeRef; typedef
468 type EdgeRef = G::EdgeRef; typedef
Dreversed.rs141 type EdgeRef = ReversedEdgeReference<G::EdgeRef>; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DSyntheticCountsUtils.h32 using EdgeRef = typename CGT::EdgeRef; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DSyntheticCountsUtils.h32 using EdgeRef = typename CGT::EdgeRef; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DSyntheticCountsUtils.h32 using EdgeRef = typename CGT::EdgeRef; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DSyntheticCountsUtils.h32 using EdgeRef = typename CGT::EdgeRef; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h32 using EdgeRef = typename CGT::EdgeRef; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h35 using EdgeRef = typename CGT::EdgeRef; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp197 using EdgeRef = typename Traits::EdgeRef; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dadj.rs524 type EdgeRef = EdgeReference<'a, E, Ix>; typedef
Dcsr.rs495 type EdgeRef = EdgeReference<'a, E, Ty, Ix>; typedef
Dgraphmap.rs1303 type EdgeRef = (N, N, &'a E); typedef
Dmatrix_graph.rs1203 type EdgeRef = (NodeIndex<Ix>, NodeIndex<Ix>, &'a E); typedef
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/
Dmod.rs1961 type EdgeRef = EdgeReference<'a, E, Ix>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1773 using EdgeRef = const DisplayEdge *; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs2235 type EdgeRef = EdgeReference<'a, E, Ix>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3697 using EdgeRef = PointerIntPair<AADepGraphNode *, 1>; typedef