Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DImmutableGraph.h102 size_type getNodeIndex(const Node &N) const { in getNodeIndex() function
119 size_type Idx = G.getNodeIndex(N); in insert()
125 size_type Idx = G.getNodeIndex(N); in erase()
129 size_type Idx = G.getNodeIndex(N); in contains()
369 RemappedNodeIndex[G.getNodeIndex(N)] = NewNodeIndex++; in trim()
384 size_type DestIdx = G.getNodeIndex(*E.getDest()); in trim()
H A DX86LoadValueInjectionLoadHardening.cpp633 Nodes[Graph->getNodeIndex(N)] = Graph->getEdgeIndex(*N.edges_begin()); in hardenLoadsWithPlugin()
637 Edges[Graph->getEdgeIndex(E)] = Graph->getNodeIndex(*E.getDest()); in hardenLoadsWithPlugin()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1046 outputStream << getNodeIndex(unit) << " "; in dumpPFT()
1119 outputStream << getNodeIndex(functionLikeUnit) << " "; in dumpFunctionLikeUnit()
1167 outputStream << getNodeIndex(moduleLikeUnit) << " "; in dumpModuleLikeUnit()
1181 outputStream << getNodeIndex(directive) << " "; in dumpCompilerDirectiveUnit()
1189 std::size_t getNodeIndex(const T &node) { in getNodeIndex() function in __anon431f4f760111::PFTDumper
1197 std::size_t getNodeIndex(const lower::pft::Program &) { return 0; } in getNodeIndex() function in __anon431f4f760111::PFTDumper