Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h227 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { in handleAddEdge() function
308 void handleAddEdge(EdgeId EId) { in handleAddEdge() function
323 NMd.handleAddEdge(MMd, NId == G.getEdgeNode2Id(EId)); in handleReconnectEdge()
341 N1Md.handleAddEdge(MMd, Transpose); in handleUpdateCosts()
342 N2Md.handleAddEdge(MMd, !Transpose); in handleUpdateCosts()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h288 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { in handleAddEdge() function
367 void handleAddEdge(EdgeId EId) { in handleAddEdge() function
387 NMd.handleAddEdge(MMd, NId == G.getEdgeNode2Id(EId)); in handleReconnectEdge()
405 N1Md.handleAddEdge(MMd, Transpose); in handleUpdateCosts()
406 N2Md.handleAddEdge(MMd, !Transpose); in handleUpdateCosts()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicBase.h214 void handleAddEdge(Graph::EdgeItr eItr) { in handleAddEdge() function
DHeuristicSolver.h375 h.handleAddEdge(yzeItr); in applyR2()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h363 Solver->handleAddEdge(EId); in setSolver()
418 Solver->handleAddEdge(EId); in addEdge()
443 Solver->handleAddEdge(EId); in addEdgeBypassingCostAllocator()
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h369 Solver->handleAddEdge(EId); in setSolver()
424 Solver->handleAddEdge(EId); in addEdge()
449 Solver->handleAddEdge(EId); in addEdgeBypassingCostAllocator()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
DBriggs.h205 handleAddEdge(eItr); in postUpdateEdgeCosts()
214 void handleAddEdge(Graph::EdgeItr eItr) { in handleAddEdge() function