HomeSort by: relevance | last modified time | path
    Searched refs:BundleTagCache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.cpp 193 uint32_t NewIdx = BundleTagCache.size();
194 return &*(BundleTagCache.insert(std::make_pair(Tag, NewIdx)).first);
198 Tags.resize(BundleTagCache.size());
199 for (const auto &T : BundleTagCache)
204 auto I = BundleTagCache.find(Tag);
205 assert(I != BundleTagCache.end() && "Unknown tag!");
LLVMContextImpl.h 1480 StringMap<uint32_t> BundleTagCache;

Completed in 15 milliseconds