OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
474
DenseMap<Function *, size_t>
EntryIndexMap
;
Completed in 67 milliseconds