Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DImmutableGraph.h354 static std::unique_ptr<GraphT> trim(const GraphT &G, const NodeSet &TrimNodes, in trim() argument
357 size_type NewVertexSize = G.nodes_size() - TrimNodes.count(); in trim()
367 if (TrimNodes.contains(N)) in trim()
376 if (TrimNodes.contains(N)) in trim()