Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h43 bool addEdge(uptr from, uptr to) { in addEdge() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h260 Edge &addEdge(BasicBlock *Src, BasicBlock *Dest, uint64_t W) { addEdge() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h127 bool addEdge(EdgeType &E) { return Edges.insert(&E); } in addEdge() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h320 void addEdge(const edge_value_type &E, BuilderNodeRef From, in addEdge() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp133 void addEdge(uint64_t Src, uint64_t Dst, int64_t Capacity, int64_t Cost) { in addEdge() function in __anon5aecd1f00111::MinCostMaxFlow
156 void addEdge(uint64_t Src, uint64_t Dst, int64_t Cost) { in addEdge() function in __anon5aecd1f00111::MinCostMaxFlow
H A DCodeLayout.cpp301 void addEdge(ChainT *Other, ChainEdge *Edge) { addEdge() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp658 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
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h312 void addEdge(Edge::Kind K, Edge::OffsetT Offset, Symbol &Target, in addEdge() function
321 void addEdge(const Edge &E) { Edges.push_back(E); } in addEdge() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1222 bool ScheduleDAGInstrs::addEdge(SUnit *SuccSU, const SDep &PredDep) { in addEdge() function in ScheduleDAGInstrs
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp277 void addEdge(GCOVBlock &Successor, uint32_t Flags) { in addEdge() function in __anon09913f2a0311::GCOVBlock
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1817 void addEdge(unsigned E, StringRef Value, StringRef Colour) { in addEdge() function in __anon94a753662a11::DotCfgDiffNode