Searched refs:GetAnnotations (Results 1 – 12 of 12) sorted by relevance
119 if (get_def_use_mgr()->GetAnnotations(inst->result_id()).size() != 0) { in Process()
196 std::vector<Instruction*> GetAnnotations(uint32_t id) const;
210 std::vector<Instruction*> DefUseManager::GetAnnotations(uint32_t id) const { in GetAnnotations() function in spvtools::opt::analysis::DefUseManager
1577 auto insts = manager.GetAnnotations(tc.id); in TEST_P()