Searched refs:EntryEdges (Results 1 – 2 of 2) sorted by relevance
757 return edge_iterator(EntryEdges.begin(), EntryEdges.end()); in begin()760 return edge_iterator(EntryEdges.end(), EntryEdges.end()); in end()847 EdgeVectorT EntryEdges; variable
131 if (EntryIndexMap.insert({&F, EntryEdges.size()}).second) { in LazyCallGraph()134 EntryEdges.emplace_back(F, Edge::Ref); in LazyCallGraph()147 findReferences(Worklist, Visited, EntryEdges, EntryIndexMap); in LazyCallGraph()149 for (const Edge &E : EntryEdges) in LazyCallGraph()155 EntryEdges(std::move(G.EntryEdges)), in LazyCallGraph()167 EntryEdges = std::move(G.EntryEdges); in operator =()1251 for (Edge &E : EntryEdges) in updateGraphPtrs()