Lines Matching refs:TheIndex

716   const ModuleSummaryIndex *TheIndex = nullptr;  member in llvm::SlotTracker
977 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {} in SlotTracker()
990 if (!TheIndex) in initializeIndexIfNeeded()
993 TheIndex = nullptr; ///< Prevent re-processing next time we're called. in initializeIndexIfNeeded()
1097 assert(TheIndex); in processIndex()
1103 for (auto &[ModPath, _] : TheIndex->modulePaths()) in processIndex()
1112 for (auto &GlobalList : *TheIndex) in processIndex()
1117 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) in processIndex()
1122 for (const auto &TID : TheIndex->typeIds()) in processIndex()
2693 const ModuleSummaryIndex *TheIndex = nullptr; member in __anon33b632580911::AssemblyWriter
2815 : Out(o), TheIndex(Index), Machine(Mac), TypePrinter(/*Module=*/nullptr), in AssemblyWriter()
3030 assert(TheIndex); in printModuleSummaryIndex()
3040 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()
3041 for (auto &[ModPath, ModHash] : TheIndex->modulePaths()) in printModuleSummaryIndex()
3061 for (auto &GlobalList : *TheIndex) { in printModuleSummaryIndex()
3068 for (auto &GlobalList : *TheIndex) { in printModuleSummaryIndex()
3070 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
3075 for (const auto &TID : TheIndex->typeIds()) { in printModuleSummaryIndex()
3083 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) { in printModuleSummaryIndex()
3092 if (TheIndex->getFlags()) { in printModuleSummaryIndex()
3093 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex()
3097 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()
3408 Out << TheIndex->getStackIdAtIndex(Id); in printFunctionSummary()
3436 Out << TheIndex->getStackIdAtIndex(Id); in printFunctionSummary()
3483 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo()
3521 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId()