Searched refs:InstsWithTBAATag (Results 1 – 7 of 7) sorted by relevance
111 SmallVector<Instruction*, 64> InstsWithTBAATag; variable
208 for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++) in ValidateEndOfModule()209 UpgradeInstWithTBAATag(InstsWithTBAATag[I]); in ValidateEndOfModule()1745 InstsWithTBAATag.push_back(&Inst); in ParseInstructionMetadata()
114 SmallVector<Instruction*, 64> InstsWithTBAATag; variable
226 for (auto *Inst : InstsWithTBAATag) { in ValidateEndOfModule()2049 InstsWithTBAATag.push_back(&Inst); in ParseInstructionMetadata()
233 for (auto *Inst : InstsWithTBAATag) { in validateEndOfModule()2177 InstsWithTBAATag.push_back(&Inst); in parseInstructionMetadata()
213 SmallVector<Instruction*, 64> InstsWithTBAATag; member in __anonecb5182a0111::BitcodeReader4336 InstsWithTBAATag.push_back(Inst); in parseMetadataAttachment()5752 for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++) in materializeModule()5753 UpgradeInstWithTBAATag(InstsWithTBAATag[I]); in materializeModule()