Searched refs:TagStoreInstr (Results 1 – 1 of 1) sorted by relevance
3372 struct TagStoreInstr { struct3375 explicit TagStoreInstr(MachineInstr *MI, int64_t Offset, int64_t Size) in TagStoreInstr() function3384 SmallVector<TagStoreInstr, 8> TagStores;3413 void addInstruction(TagStoreInstr I) { in addInstruction()3547 void mergeMemRefs(const SmallVectorImpl<TagStoreInstr> &TSE, in mergeMemRefs()3567 TagStoreInstr &FirstTagStore = TagStores[0]; in emitCode()3568 TagStoreInstr &LastTagStore = TagStores[TagStores.size() - 1]; in emitCode()3679 SmallVector<TagStoreInstr, 4> Instrs; in tryMergeAdjacentSTG()3721 [](const TagStoreInstr &Left, const TagStoreInstr &Right) { in tryMergeAdjacentSTG()