Searched refs:TagStores (Results 1 – 1 of 1) sorted by relevance
4168 SmallVector<TagStoreInstr, 8> TagStores; member in __anonc2fd70990d11::TagStoreEdit4199 assert((TagStores.empty() || in addInstruction()4200 TagStores.back().Offset + TagStores.back().Size == I.Offset) && in addInstruction()4202 TagStores.push_back(I); in addInstruction()4204 void clear() { TagStores.clear(); } in clear()4355 if (TagStores.empty()) in emitCode()4357 TagStoreInstr &FirstTagStore = TagStores[0]; in emitCode()4358 TagStoreInstr &LastTagStore = TagStores[TagStores.size() - 1]; in emitCode()4360 DL = TagStores[0].MI->getDebugLoc(); in emitCode()4369 mergeMemRefs(TagStores, CombinedMemRefs); in emitCode()[all …]