Lines Matching defs:IdInstructions
193 struct IdInstructions { struct
194 IdInstructions(const opt::Module* module) in IdInstructions() function
222 bool IsDefined(uint32_t id) { in IsDefined()
231 IdToInstructionMap inst_map_;
232 IdToInfoMap name_map_;
233 IdToInfoMap decoration_map_;
234 IdToInstructionMap forward_pointer_map_;
908 T (Differ::*get_group)(const IdInstructions&, uint32_t)) { in GroupIds()
930 T (Differ::*get_group)(const IdInstructions&, uint32_t), in GroupIdsAndMatch()
958 uint32_t (Differ::*get_group)(const IdInstructions&, uint32_t), in GroupIdsAndMatchByMappedId() argument
2627 std::function<void(const opt::Instruction&, const IdInstructions&, in OutputSection()