Searched defs:sourcesAndSlots (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp161 std::list<std::list<std::pair<int, int>>>* sourcesAndSlots) {
185 sourcesAndSlots->push_back(planList);
202 std::list<std::list<std::pair<int, int>>> sourcesAndSlots; local
203 extractSourcesAndSlots(OptMergePlans, &fusedKernelNames, &sourcesAndSlots);
216 sources, sourcesAndSlots, fusedKernelNames,
159 extractSourcesAndSlots(const llvm::cl::list<std::string>& optList, std::list<std::string>* batchNames, std::list<std::list<std::pair<int, int>>>* sourcesAndSlots) argument

Completed in 115 milliseconds