Searched defs:WorkItem (Results 1 – 3 of 3) sorted by relevance
94 private class WorkItem { class in VideoRecorderAppState100 public WorkItem(int width, int height) { in WorkItem() method in VideoRecorderAppState.WorkItem
3678 struct WorkItem { struct3679 size_t LUIdx;3680 int64_t Imm;3681 const SCEV *OrigReg;3683 WorkItem(size_t LI, int64_t I, const SCEV *R) in WorkItem() argument
358 const Constant *WorkItem = WorkList.pop_back_val(); in ConstHasGlobalValuePredicate() local