Searched refs:EntryIndexMap (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp105 if (EntryIndexMap.insert(std::make_pair(&F, EntryNodes.size())).second) {
121 findCallees(Worklist, Visited, EntryNodes, EntryIndexMap);
136 EntryIndexMap(std::move(G.EntryIndexMap)), SCCBPA(std::move(G.SCCBPA)),
148 EntryIndexMap = std::move(G.EntryIndexMap);
/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h474 DenseMap<Function *, size_t> EntryIndexMap; member in class:llvm::LazyCallGraph

Completed in 82 milliseconds