Searched refs:BundleTagID (Results 1 – 1 of 1) sorted by relevance
34 static StringRef knownBundleName(unsigned BundleTagID) { in knownBundleName() argument35 switch (BundleTagID) { in knownBundleName()78 for (unsigned BundleTagID = LLVMContext::OB_deopt; in LLVMContext() local79 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()