Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DCFGMST.h260 Edge &addEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W) { in addEdge() function
DGCOVProfiling.cpp277 void addEdge(GCOVBlock &Successor, uint32_t Flags) { in addEdge() function in __anonbbfb7ea60311::GCOVBlock
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h43 bool addEdge(uptr from, uptr to) { in addEdge() function
/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DGIMatchDag.h196 template <class... Args> GIMatchDagEdge *addEdge(Args &&... args) { in addEdge() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DDirectedGraph.h127 bool addEdge(EdgeType &E) { return Edges.insert(&E); } in addEdge() function
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cpp45 bool addEdge(uptr from, uptr to) { in addEdge() function in SimpleGraph
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSampleProfileInference.cpp132 void addEdge(uint64_t Src, uint64_t Dst, int64_t Capacity, int64_t Cost) { in addEdge() function in __anon490f11ec0111::MinCostMaxFlow
155 void addEdge(uint64_t Src, uint64_t Dst, int64_t Cost) { in addEdge() function in __anon490f11ec0111::MinCostMaxFlow
DCodeLayout.cpp300 void addEdge(Chain *Other, ChainEdge *Edge) { in addEdge() function in __anon762416430111::Chain
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DImmutableGraph.h320 void addEdge(const edge_value_type &E, BuilderNodeRef From, in addEdge() function
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
DGraph.h409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h306 void addEdge(Edge::Kind K, Edge::OffsetT Offset, Symbol &Target, in addEdge() function
315 void addEdge(const Edge &E) { Edges.push_back(E); } in addEdge() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp681 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ, in addEdge() function in IrreducibleGraph
DLazyCallGraph.cpp60 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges, in addEdge() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1208 bool ScheduleDAGInstrs::addEdge(SUnit *SuccSU, const SDep &PredDep) { in addEdge() function in ScheduleDAGInstrs
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DStandardInstrumentations.cpp1470 void addEdge(unsigned E, StringRef Value, StringRef Colour) { in addEdge() function in __anon12f757622511::DotCfgDiffNode