Searched defs:WorklistItem (Results 1 – 2 of 2) sorted by relevance
355 struct WorklistItem { struct357 WorklistItemType Type; argument365 WorklistItem(DWARFDie Die, CompileUnit &CU, unsigned Flags, argument369 WorklistItem(DWARFDie Die, CompileUnit &CU, WorklistItemType T, argument373 WorklistItem(unsigned AncestorIdx, CompileUnit &CU, unsigned Flags) in WorklistItem() function
88 typedef PointerIntPair<BasicBlock*, 1> WorklistItem; in runOnLoop() typedef