Home
last modified time | relevance | path

Searched defs:WorklistItem (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h355 struct WorklistItem { struct
357 WorklistItemType Type; argument
365 WorklistItem(DWARFDie Die, CompileUnit &CU, unsigned Flags, argument
369 WorklistItem(DWARFDie Die, CompileUnit &CU, WorklistItemType T, argument
373 WorklistItem(unsigned AncestorIdx, CompileUnit &CU, unsigned Flags) in WorklistItem() function
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp88 typedef PointerIntPair<BasicBlock*, 1> WorklistItem; in runOnLoop() typedef