Searched defs:WorkListItem (Results 1 – 4 of 4) sorted by relevance
35 struct WorkListItem { struct36 WorkListItem() : instruction(nullptr), components(kMaxVectorSize) {} in WorkListItem() argument38 Instruction* instruction;39 utils::BitVector components;
35 struct WorkListItem { struct36 WorkListItem() : instruction(nullptr), components(kMaxVectorSize) {} in WorkListItem() function38 Instruction* instruction;39 utils::BitVector components;
254 struct WorkListItem { struct255 InstantiatedValue From;256 InstantiatedValue To;257 MatchState State;