HomeSort by relevance Sort by last modified time
    Searched refs:EntryIndexMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 105 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/
LazyCallGraph.h 480 DenseMap<Function *, size_t> EntryIndexMap;

Completed in 58 milliseconds