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;
256 struct WorkListItem { struct257 InstantiatedValue From;258 InstantiatedValue To;259 MatchState State;