Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp768 struct WorklistItem { struct
769 DWARFDie Die;
770 unsigned Flags;
771 bool IsContinuation;
772 CompileUnit::DIEInfo *ChildInfo = nullptr;
775 WorklistItem(DWARFDie Die, unsigned Flags) in WorklistItem() function
779 WorklistItem(DWARFDie Die) : Die(Die), IsContinuation(true){}; in WorklistItem() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopInstSimplify.cpp76 typedef PointerIntPair<BasicBlock*, 1> WorklistItem; in runOnLoop() typedef
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp88 typedef PointerIntPair<BasicBlock*, 1> WorklistItem; in runOnLoop() typedef