Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGraphTraits.h139 GraphTraits<GraphType>::child_edge_end(G));
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h511 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
551 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
H A DCallGraph.h474 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h437 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1896 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2046 static ChildEdgeIterator child_edge_end(NodeRef N) { return N->edges_end(); } in child_edge_end() function