Searched defs:addEdge (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h120 bool addEdge(EdgeType &E) { return Edges.insert(&E); } function in class:llvm::DGNode
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h43 bool addEdge(uptr from, uptr to) { function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp62 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges, function
H A DBlockFrequencyInfoImpl.cpp651 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ, function in class:IrreducibleGraph
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h199 template <class... Args> GIMatchDagEdge *addEdge(Args &&... args) { function in class:llvm::GIMatchDag
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h253 Edge &addEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W) { function in class:llvm::CFGMST
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { function in class:llvm::PBQP::Graph
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h321 void addEdge(const edge_value_type &E, BuilderNodeRef From, function in class:llvm::ImmutableGraphBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1200 bool ScheduleDAGInstrs::addEdge(SUnit *SuccSU, const SDep &PredDep) { function in class:ScheduleDAGInstrs

Completed in 108 milliseconds