Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h313 NodeMetadata& NMd = G.getNodeMetadata(NId); in handleDisconnectEdge() local
315 NMd.handleRemoveEdge(MMd, NId == G.getEdgeNode2Id(EId)); in handleDisconnectEdge()
316 promote(NId, NMd); in handleDisconnectEdge()
320 NodeMetadata& NMd = G.getNodeMetadata(NId); in handleReconnectEdge() local
322 NMd.handleAddEdge(MMd, NId == G.getEdgeNode2Id(EId)); in handleReconnectEdge()
350 void promote(NodeId NId, NodeMetadata& NMd) { in promote() argument
354 } else if (NMd.getReductionState() == in promote()
356 NMd.isConservativelyAllocatable()) { in promote()