Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h43 bool addEdge(uptr from, uptr to) { in addEdge() function
/openbsd-src/gnu/llvm/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.cpp277 void addEdge(GCOVBlock &Successor, uint32_t Flags) { in addEdge() function in __anon3a2a73410311::GCOVBlock
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h196 template <class... Args> GIMatchDagEdge *addEdge(Args &&... args) { in addEdge() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDirectedGraph.h127 bool addEdge(EdgeType &E) { return Edges.insert(&E); } in addEdge() function
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cpp45 bool addEdge(uptr from, uptr to) { in addEdge() function in SimpleGraph
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp132 void addEdge(uint64_t Src, uint64_t Dst, int64_t Capacity, int64_t Cost) { in addEdge() function in __anon16945f270111::MinCostMaxFlow
155 void addEdge(uint64_t Src, uint64_t Dst, int64_t Cost) { in addEdge() function in __anon16945f270111::MinCostMaxFlow
H A DCodeLayout.cpp300 void addEdge(Chain *Other, ChainEdge *Edge) { in addEdge() function in __anone35372fe0111::Chain
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DImmutableGraph.h320 void addEdge(const edge_value_type &E, BuilderNodeRef From, in addEdge() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A 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/
H A DBlockFrequencyInfoImpl.cpp681 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ, in addEdge() function in IrreducibleGraph
H A DLazyCallGraph.cpp60 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges, in addEdge() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1208 bool ScheduleDAGInstrs::addEdge(SUnit *SuccSU, const SDep &PredDep) { in addEdge() function in ScheduleDAGInstrs
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1470 void addEdge(unsigned E, StringRef Value, StringRef Colour) { in addEdge() function in __anon0dac999d2511::DotCfgDiffNode