Home
last modified time | relevance | path

Searched refs:BundleTagID (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp34 static StringRef knownBundleName(unsigned BundleTagID) { in knownBundleName() argument
35 switch (BundleTagID) { in knownBundleName()
78 for (unsigned BundleTagID = LLVMContext::OB_deopt; in LLVMContext() local
79 BundleTagID <= LLVMContext::OB_convergencectrl; ++BundleTagID) { in LLVMContext()
81 pImpl->getOrInsertBundleTag(knownBundleName(BundleTagID)); in LLVMContext()
82 assert(Entry->second == BundleTagID && "operand bundle id drifted!"); in LLVMContext()