Searched refs:BundleTagCache (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp200 uint32_t NewIdx = BundleTagCache.size();
201 return &*(BundleTagCache.insert(std::make_pair(Tag, NewIdx)).first);
205 Tags.resize(BundleTagCache.size());
206 for (const auto &T : BundleTagCache)
211 auto I = BundleTagCache.find(Tag);
212 assert(I != BundleTagCache.end() && "Unknown tag!");
H A DLLVMContextImpl.h1374 StringMap<uint32_t> BundleTagCache; member in class:llvm::LLVMContextImpl

Completed in 97 milliseconds