Searched refs:sourcesAndSlots (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp169 std::list<std::list<std::pair<int, int>>>* sourcesAndSlots) {
193 sourcesAndSlots->push_back(planList);
210 std::list<std::list<std::pair<int, int>>> sourcesAndSlots; local
211 extractSourcesAndSlots(OptMergePlans, &fusedKernelNames, &sourcesAndSlots);
224 sources, sourcesAndSlots, fusedKernelNames,
167 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 67 milliseconds