Home
last modified time | relevance | path

Searched refs:WorklistEntry (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp65 struct WorklistEntry { struct
118 SmallVector<WorklistEntry, 4> Worklist;
816 WorklistEntry E = Worklist.pop_back_val(); in flush()
819 case WorklistEntry::MapGlobalInit: in flush()
823 case WorklistEntry::MapAppendingVar: { in flush()
832 case WorklistEntry::MapGlobalIndirectSymbol: in flush()
836 case WorklistEntry::RemapFunction: in flush()
1000 WorklistEntry WE; in scheduleMapGlobalInitializer()
1001 WE.Kind = WorklistEntry::MapGlobalInit; in scheduleMapGlobalInitializer()
1016 WorklistEntry WE; in scheduleMapAppendingVariable()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp249 struct WorklistEntry { in computeAnonDeps() struct
250 WorklistEntry(Symbol *Sym, DenseSet<Symbol *> SymAnonDeps) in computeAnonDeps() function
256 std::vector<WorklistEntry> Worklist; in computeAnonDeps()
274 Worklist.push_back(WorklistEntry(Sym, std::move(SymAnonDeps))); in computeAnonDeps()
DCore.cpp1012 struct WorklistEntry { in resolve() struct
1017 std::vector<WorklistEntry> Worklist; in resolve()