Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h386 struct WorklistItem { struct
388 WorklistItemType Type; argument
396 WorklistItem(DWARFDie Die, CompileUnit &CU, unsigned Flags, argument
400 WorklistItem(DWARFDie Die, CompileUnit &CU, WorklistItemType T, argument
404 WorklistItem(unsigned AncestorIdx, CompileUnit &CU, unsigned Flags) in WorklistItem() argument
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp88 typedef PointerIntPair<BasicBlock*, 1> WorklistItem; in runOnLoop() typedef