Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DImmutableGraph.h106 size_type getEdgeIndex(const Edge &E) const { in getEdgeIndex() function
207 size_type Idx = G.getEdgeIndex(E); in insert()
213 size_type Idx = G.getEdgeIndex(E); in erase()
217 size_type Idx = G.getEdgeIndex(E); in contains()
DX86LoadValueInjectionLoadHardening.cpp633 Nodes[Graph->getNodeIndex(N)] = Graph->getEdgeIndex(*N.edges_begin()); in hardenLoadsWithPlugin()
637 Edges[Graph->getEdgeIndex(E)] = Graph->getNodeIndex(*E.getDest()); in hardenLoadsWithPlugin()
638 EdgeValues[Graph->getEdgeIndex(E)] = E.getValue(); in hardenLoadsWithPlugin()