Searched refs:addEdge (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc46 bool addEdge(uptr from, uptr to) { function in class:SimpleGraph
87 EXPECT_EQ(g.addEdge(from, to), s_g.addEdge(from, to));
132 EXPECT_EQ(g.addEdge(from, to), s_g.addEdge(from, to));
186 g.addEdge(f0, f1);
187 g.addEdge(f1, f2);
188 g.addEdge(f2, f3);
194 g.addEdge(f1, t0);
207 g.addEdge(f
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp72 DAG->addEdge(ChainHead, SDep(PredSU, SDep::Artificial));
76 DAG->addEdge(SUb, SDep(SUa, SDep::Barrier));
78 DAG->addEdge(SUb, SDep(SUa, SDep::Cluster));
105 DAG->addEdge(&SU, Pred);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h113 EntryIncoming = &addEdge(nullptr, Entry, EntryWeight);
119 addEdge(Entry, nullptr, EntryWeight);
145 auto *E = &addEdge(&BB, TargetBB, Weight);
168 Edge *ExitO = &addEdge(&BB, nullptr, BBWeight);
260 Edge &addEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W) { function in class:llvm::CFGMST
H A DGCOVProfiling.cpp330 void addEdge(GCOVBlock &Successor, uint32_t Flags) { function in class:__anon2884::GCOVBlock
793 MST.addEdge(SrcBB, InstrBB, 0);
794 MST.addEdge(InstrBB, DestBB, 0).InMST = true;
913 Src.addEdge(Dst, E.Place ? 0 : uint32_t(GCOV_ARC_ON_TREE));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMacroFusion.cpp66 // perhaps as part of ScheduleDAGInstrs::addEdge(), since such edges are valid,
71 if (!DAG.addEdge(&SecondSU, SDep(&FirstSU, SDep::Cluster)))
107 DAG.addEdge(SU, SDep(&SecondSU, SDep::Artificial));
119 DAG.addEdge(&FirstSU, SDep(SU, SDep::Artificial));
127 DAG.addEdge(&FirstSU, SDep(&SU, SDep::Artificial));
H A DRegAllocPBQP.cpp428 PBQPRAGraph::EdgeId EId = G.addEdge(NId, MId, std::move(M));
486 G.addEdge(N1Id, N2Id, std::move(Costs));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h368 B.addEdge(Pointer64, 0, *InitialTarget, InitialAddend);
382 B.addEdge(Delta32, 2, PointerSymbol, -4);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h126 void addEdge(Node From, Node To, int64_t Offset = 0) {
226 Graph.addEdge(InstantiatedValue{From, 0}, InstantiatedValue{To, 0},
244 Graph.addEdge(InstantiatedValue{From, 1}, InstantiatedValue{To, 0});
247 Graph.addEdge(InstantiatedValue{From, 0}, InstantiatedValue{To, 1});
409 Graph.addEdge(IRelation->From, IRelation->To);
H A DLazyCallGraph.cpp63 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges, function
108 addEdge(Edges->Edges, Edges->EdgeIndexMap, G->get(*Callee),
122 addEdge(Edges->Edges, Edges->EdgeIndexMap, G->get(F),
130 addEdge(Edges->Edges, Edges->EdgeIndexMap, G->get(*F),
177 addEdge(EntryEdges.Edges, EntryEdges.EdgeIndexMap, get(F), Edge::Ref);
189 addEdge(EntryEdges.Edges, EntryEdges.EdgeIndexMap, get(*F), Edge::Ref);
205 addEdge(EntryEdges.Edges, EntryEdges.EdgeIndexMap, get(F),
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h44 bool addEdge(uptr from, uptr to) { function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h42 bool addEdge(uptr from, uptr to) { function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h43 bool addEdge(uptr from, uptr to) { function
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDirectedGraph.h126 bool addEdge(EdgeType &E) { return Edges.insert(&E); } function in class:llvm::DGNode
269 return Src.addEdge(E);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp398 BlockToFix->addEdge(*Kind, FixupAddress - BlockToFix->getAddress(),
424 GOTEntryBlock.addEdge(Pointer64, 0, Target, 0);
448 StubContentBlock.addEdge(LDRLiteral19, 0, GOTEntrySymbol, 0);
H A DEHFrameSupport.cpp436 B.addEdge(NegDelta32, RecordOffset + CIEDeltaFieldOffset,
478 B.addEdge(PCBeginEdgeKind, RecordOffset + PCBeginFieldOffset, *PCBeginSym,
513 PCBeginBlock->addEdge(Edge::KeepAlive, 0, FDESymbol, 0);
544 B.addEdge(LSDAEdgeKind, RecordOffset + LSDAFieldOffset, *LSDASym, 0);
H A DELF_x86_64.cpp60 GOTEntryBlock.addEdge(Pointer64, 0, Target, 0);
98 StubContentBlock.addEdge(PCRel32, 2, GOTEntrySymbol, -4);
515 BlockToFix->addEdge(*Kind, FixupAddress - BlockToFix->getAddress(),
H A DJITLink.cpp187 NewBlock.addEdge(*I);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp281 DAG->addEdge(&DAG->SUnits[su], SDep(LastSequentialCall, SDep::Barrier));
285 DAG->addEdge(&DAG->SUnits[su], SDep(&DAG->SUnits[su-1], SDep::Barrier));
322 DAG->addEdge(&DAG->SUnits[su], SDep(LastVRegUse[*AI], SDep::Barrier));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h132 YZEId = G.addEdge(YNId, ZNId, Delta);
H A DGraph.h409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { function in class:llvm::PBQP::Graph
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h361 bool addEdge(SUnit *SuccSU, const SDep &PredDep);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp463 Builder.addEdge(MachineGadgetGraph::GadgetEdgeSentinel,
506 Builder.addEdge(ParentDepth, GI, BeginBB.first);
515 Builder.addEdge(LoopDepth, GI, Ref->getSecond());
525 Builder.addEdge(LoopDepth, GI, EndBB.first);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h199 template <class... Args> GIMatchDagEdge *addEdge(Args &&... args) { function in class:llvm::GIMatchDag
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h657 void addEdge(IrrNode &Irr, const BlockNode &Succ,
688 addEdge(Irr, I.first, OuterLoop);
1333 G.addEdge(Irr, BFI.getNode(Succ), OuterLoop);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp202 G.addEdge(node1, node2, std::move(costs));

Completed in 237 milliseconds

12