Searched refs:InstsWithTBAATag (Results 1 – 3 of 3) sorted by relevance
106 SmallVector<Instruction*, 64> InstsWithTBAATag; variable
53 for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++) in ValidateEndOfModule()54 UpgradeInstWithTBAATag(InstsWithTBAATag[I]); in ValidateEndOfModule()1511 InstsWithTBAATag.push_back(Inst); in ParseInstructionMetadata()
156 SmallVector<Instruction*, 64> InstsWithTBAATag; member in __anonecb5182a0111::BitcodeReader3246 InstsWithTBAATag.push_back(Inst); in ParseMetadataAttachment()4420 for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++) in MaterializeModule()4421 UpgradeInstWithTBAATag(InstsWithTBAATag[I]); in MaterializeModule()