Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h102 class EdgeEntry {
104 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry() function
172 using EdgeVector = std::vector<EdgeEntry>;
190 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge()
191 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge()
206 EdgeId addConstructedEdge(EdgeEntry E) { in addConstructedEdge()
219 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()
562 EdgeEntry &E = getEdge(EId); in getEdgeOtherNodeId()
630 EdgeEntry &E = getEdge(EId); in disconnectEdge()
646 EdgeEntry &E = getEdge(EId); in reconnectEdge()
[all …]