Searched refs:InstsWithTBAATag (Results 1 – 3 of 3) 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()
213 SmallVector<Instruction*, 64> InstsWithTBAATag; member in __anon01c39de90111::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()