Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h101 class EdgeEntry {
103 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry() function
171 using EdgeVector = std::vector<EdgeEntry>;
189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge()
190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge()
205 EdgeId addConstructedEdge(EdgeEntry E) { in addConstructedEdge()
218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()
561 EdgeEntry &E = getEdge(EId); in getEdgeOtherNodeId()
629 EdgeEntry &E = getEdge(EId); in disconnectEdge()
645 EdgeEntry &E = getEdge(EId); in reconnectEdge()
[all …]