Searched defs:MoveInfo (Results 1 – 3 of 3) sorted by relevance
55 struct MoveInfo { struct56 LocationIndex src;57 DataType::Type regType;
54 struct MoveInfo { struct55 LocationIndex src;56 DataType::Type reg_type;
588 MoveInfo(LiveInterval &fromLi, LiveInterval &toLi, BB &bb, bool isEnd) in MoveInfo() function