Home
last modified time | relevance | path

Searched defs:addEdge (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h260 Edge &addEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W) { in addEdge() function
H A DGCOVProfiling.cpp330 void addEdge(GCOVBlock &Successor, uint32_t Flags) { in addEdge() function in __anon8d0cc8750611::GCOVBlock
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h42 bool addEdge(uptr from, uptr to) { in addEdge() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h43 bool addEdge(uptr from, uptr to) { in addEdge() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h44 bool addEdge(uptr from, uptr to) { in addEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h199 template <class... Args> GIMatchDagEdge *addEdge(Args &&... args) { in addEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDirectedGraph.h126 bool addEdge(EdgeType &E) { return Edges.insert(&E); } in addEdge() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc46 bool addEdge(uptr from, uptr to) { in addEdge() function in SimpleGraph
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h320 void addEdge(const edge_value_type &E, BuilderNodeRef From, in addEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h235 void addEdge(Edge::Kind K, Edge::OffsetT Offset, Symbol &Target, in addEdge() function
242 void addEdge(const Edge &E) { Edges.push_back(E); } in addEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp668 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ, in addEdge() function in IrreducibleGraph
H A DLazyCallGraph.cpp63 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges, in addEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1207 bool ScheduleDAGInstrs::addEdge(SUnit *SuccSU, const SDep &PredDep) { in addEdge() function in ScheduleDAGInstrs