Searched defs:MoveGroup (Results 1 – 1 of 1) sorted by relevance
233 struct MoveGroup { struct in __anoncba317990111::AlignVectors234 MoveGroup(const AddrInfo &AI, Instruction *B, bool Hvx, bool Load) in MoveGroup() argument237 Instruction *Base; // Base instruction of the parent address group.238 InstList Main; // Main group of instructions.239 InstList Deps; // List of dependencies.240 InstMap Clones; // Map from original Deps to cloned ones.241 bool IsHvx; // Is this group of HVX instructions?242 bool IsLoad; // Is this a load group?