Searched refs:nodes_size (Results 1 – 2 of 2) sorted by relevance
98 size_type nodes_size() const { return NodesSize; } in nodes_size() function117 : G{G}, V{static_cast<unsigned>(G.nodes_size()), ContainsAll} {}357 size_type NewVertexSize = G.nodes_size() - TrimNodes.count(); in trim()365 std::vector<size_type> RemappedNodeIndex(G.nodes_size()); in trim()440 static typename GraphT::size_type size(GraphT *G) { return G->nodes_size(); }
535 LLVM_DEBUG(dbgs() << "Found " << G->nodes_size() << " nodes\n"); in getGadgetGraph()624 auto Nodes = std::make_unique<unsigned int[]>(Graph->nodes_size() + in hardenLoadsWithPlugin()632 Nodes[Graph->nodes_size()] = Graph->edges_size(); // terminator node in hardenLoadsWithPlugin()637 OptimizeCut(Nodes.get(), Graph->nodes_size(), Edges.get(), EdgeValues.get(), in hardenLoadsWithPlugin()