Searched refs:addEdge (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| HD | Graph.h | 58 AdjEdgeItr addEdge(EdgeId e) { in addEdge() function 145 ne.setNode1AEItr(n1.addEdge(edgeId)); in addConstructedEdge() 146 ne.setNode2AEItr(n2.addEdge(edgeId)); in addConstructedEdge() 221 EdgeId addEdge(NodeId n1Id, NodeId n2Id, const Matrix &costs) { in addEdge() function
|
| HD | HeuristicSolver.h | 340 yzeId = g.addEdge(ynId, znId, delta); in applyR2()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | GCOV.h | 230 void addEdge(uint32_t N) { Edges.push_back(N); } in addEdge() function
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | RegAllocPBQP.cpp | 276 g.addEdge(p->getNodeForVReg(vr1), p->getNodeForVReg(vr2), in build() 376 edge = g.addEdge(node1, node2, PBQP::Matrix(allowed1->size() + 1, in build()
|
| HD | MachineScheduler.cpp | 375 bool ScheduleDAGMI::addEdge(SUnit *SuccSU, const SDep &PredDep) { in addEdge() function in ScheduleDAGMI 1039 && DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) { in clusterNeighboringLoads() 1052 DAG->addEdge(SI->getSUnit(), SDep(SUb, SDep::Artificial)); in clusterNeighboringLoads() 1128 bool Success = DAG->addEdge(&DAG->ExitSU, SDep(SU, SDep::Cluster)); in apply() 1292 DAG->addEdge(GlobalSU, SDep(*I, SDep::Weak)); in constrainLocalCopy() 1298 DAG->addEdge(FirstLocalSU, SDep(*I, SDep::Weak)); in constrainLocalCopy()
|
| /trueos/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | GCOVProfiling.cpp | 255 void addEdge(GCOVBlock &Successor) { in addEdge() function in __anon9dde07c30211::GCOVBlock 451 Block.addEdge(Func.getBlock(TI->getSuccessor(i))); in emitProfileNotes() 454 Block.addEdge(Func.getReturnBlock()); in emitProfileNotes()
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineScheduler.h | 366 bool addEdge(SUnit *SuccSU, const SDep &PredDep);
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporter.cpp | 1025 void addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd = false, 1122 void EdgeBuilder::addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd, in addEdge() function in EdgeBuilder 1430 EB.addEdge(C->callReturn, /*AlwaysAdd=*/true, /*IsPostJump=*/true); in GenerateExtensivePathDiagnostic() 1446 EB.addEdge(pos); in GenerateExtensivePathDiagnostic() 1513 EB.addEdge(p->getLocation(), true); in GenerateExtensivePathDiagnostic() 1519 EB.addEdge(BL); in GenerateExtensivePathDiagnostic() 1540 EB.addEdge(PE->getLocation(), true); in GenerateExtensivePathDiagnostic() 1580 EB.addEdge(Loc, true); in GenerateExtensivePathDiagnostic()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | GCOV.cpp | 185 Blocks[BlockNo]->addEdge(Dst); in read()
|