Searched refs:mForEachNameToSlot (Results 1 – 2 of 2) sorted by relevance
92 uint32_t getNumForEachKernel() const { return mForEachNameToSlot.size(); } in getNumForEachKernel()96 return mForEachNameToSlot.count(name) != 0; in isForEachKernel()123 llvm::StringMap<uint32_t> mForEachNameToSlot; variable
62 mForEachNameToSlot.insert(std::make_pair(kernelNames[slot], slot)); in Initialize()