Home
last modified time | relevance | path

Searched refs:handleAddEdge (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h287 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { in handleAddEdge() function
366 void handleAddEdge(EdgeId EId) { in handleAddEdge() function
386 NMd.handleAddEdge(MMd, NId == G.getEdgeNode2Id(EId)); in handleReconnectEdge()
404 N1Md.handleAddEdge(MMd, Transpose); in handleUpdateCosts()
405 N2Md.handleAddEdge(MMd, !Transpose); in handleUpdateCosts()
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h368 Solver->handleAddEdge(EId); in setSolver()
423 Solver->handleAddEdge(EId); in addEdge()
448 Solver->handleAddEdge(EId); in addEdgeBypassingCostAllocator()