| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ | 
| D | Combiner.cpp | 53   WorkListTy &WorkList;  member in __anonaab825790111::WorkListMaintainer59   WorkListMaintainer(WorkListTy &WorkList)  in WorkListMaintainer()
 126     GISelWorkList<512> WorkList;  in combineMachineInstrs()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | ScheduleDAG.cpp | 219   SmallVector<SUnit*, 8> WorkList;  in setDepthDirty()  local234   SmallVector<SUnit*, 8> WorkList;  in setHeightDirty()  local
 265   SmallVector<SUnit*, 8> WorkList;  in ComputeDepth()  local
 296   SmallVector<SUnit*, 8> WorkList;  in ComputeHeight()  local
 471   std::vector<SUnit*> WorkList;  in InitDAGTopologicalSorting()  local
 572   std::vector<const SUnit*> WorkList;  in DFS()  local
 601   std::vector<const SUnit*> WorkList;  in GetSubGraph()  local
 
 | 
| D | ProcessImplicitDefs.cpp | 33   SmallSetVector<MachineInstr*, 16> WorkList;  member in __anon51d1c6b90111::ProcessImplicitDefs
 | 
| D | LiveRangeCalc.cpp | 292   SetVector<unsigned> WorkList;  in isDefOnEntry()  local352   SmallVector<unsigned, 16> WorkList(1, UseMBBNum);  in findReachingDefs()  local
 
 | 
| /external/llvm/lib/CodeGen/ | 
| D | ScheduleDAG.cpp | 180   SmallVector<SUnit*, 8> WorkList;  in setDepthDirty()  local196   SmallVector<SUnit*, 8> WorkList;  in setHeightDirty()  local
 235   SmallVector<SUnit*, 8> WorkList;  in ComputeDepth()  local
 268   SmallVector<SUnit*, 8> WorkList;  in ComputeHeight()  local
 461   std::vector<SUnit*> WorkList;  in InitDAGTopologicalSorting()  local
 546   std::vector<const SUnit*> WorkList;  in DFS()  local
 
 | 
| D | ProcessImplicitDefs.cpp | 33   SmallSetVector<MachineInstr*, 16> WorkList;  member in __anon6dd871970111::ProcessImplicitDefs
 | 
| /external/skia/src/core/ | 
| D | SkExecutor.cpp | 143     using WorkList = std::deque<std::function<void(void)>>;  in MakeFIFOThreadPool()  typedef148     using WorkList = SkTArray<std::function<void(void)>>;  in MakeLIFOThreadPool()  typedef
 
 | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | DCE.cpp | 76                            SmallSetVector<Instruction *, 16> &WorkList,  in DCEInstruction()105   SmallSetVector<Instruction *, 16> WorkList;  in eliminateDeadCode()  local
 
 | 
| D | ConstantProp.cpp | 68   std::set<Instruction*> WorkList;  in runOnFunction()  local
 | 
| D | Reg2Mem.cpp | 91   std::list<Instruction*> WorkList;  in INITIALIZE_PASS_DEPENDENCY()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | CodeMoverUtils.cpp | 66                          SmallPtrSetImpl<Instruction *> &WorkList) {  in collectInstructionsInBetween()76   SmallPtrSet<Instruction *, 10> WorkList;  in collectInstructionsInBetween()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | DCE.cpp | 123                            SmallSetVector<Instruction *, 16> &WorkList,  in DCEInstruction()157   SmallSetVector<Instruction *, 16> WorkList;  in eliminateDeadCode()  local
 
 | 
| D | ConstantProp.cpp | 73   SmallPtrSet<Instruction *, 16> WorkList;  in runOnFunction()  local
 | 
| D | Reg2Mem.cpp | 92   std::list<Instruction*> WorkList;  in INITIALIZE_PASS_DEPENDENCY()  local
 | 
| D | BDCE.cpp | 46   SmallVector<Instruction *, 16> WorkList;  in clearAssumptionsOfUsers()  local
 | 
| D | LowerMatrixIntrinsics.cpp | 325   propagateShapeForward(SmallVectorImpl<Instruction *> &WorkList) {  in propagateShapeForward()389   propagateShapeBackward(SmallVectorImpl<Instruction *> &WorkList) {  in propagateShapeBackward()
 393                               SmallVectorImpl<Instruction *> &WorkList) {  in propagateShapeBackward()
 462       SmallVector<Instruction *, 32> WorkList;  in Visit()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ | 
| D | SSAUpdaterImpl.h | 117     SmallVector<BBInfo *, 64> WorkList;  in BuildBlockList()  local405     SmallVector<PhiT *, 20> WorkList;  in CheckIfPHIMatches()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | CFLAndersAliasAnalysis.cpp | 599                       std::vector<WorkListItem> &WorkList) {  in propagate()606 static void initializeWorkList(std::vector<WorkListItem> &WorkList,  in initializeWorkList()
 639                                 std::vector<WorkListItem> &WorkList) {  in processWorkListItem()
 739   std::vector<InstantiatedValue> WorkList, NextList;  in buildAttrMap()  local
 793   std::vector<WorkListItem> WorkList, NextList;  in buildInfoFrom()  local
 
 | 
| D | BranchProbabilityInfo.cpp | 151                               SmallVectorImpl<const BasicBlock *> &WorkList,  in UpdatePDTWorklist()168   SmallVector<const BasicBlock *, 8> WorkList;  in computePostDominatedByUnreachable()  local
 204   SmallVector<const BasicBlock *, 8> WorkList;  in computePostDominatedByColdCall()  local
 548   SmallVector<PHINode*, 8> WorkList;  in computeUnlikelySuccessors()  local
 
 | 
| /external/clang/lib/Analysis/ | 
| D | PseudoConstantAnalysis.cpp | 75   std::deque<const Stmt *> WorkList;  in RunAnalysis()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyFixIrreducibleControlFlow.cpp | 128     SmallVector<BlockPair, 4> WorkList;  in calculate()  local198     BlockVector WorkList;  in calculate()  local
 
 | 
| /external/llvm/include/llvm/Transforms/Utils/ | 
| D | SSAUpdaterImpl.h | 105     SmallVector<BBInfo*, 64> WorkList;  in BuildBlockList()  local399     SmallVector<PhiT*, 20> WorkList;  in CheckIfPHIMatches()  local
 
 | 
| /external/llvm/lib/CodeGen/AsmPrinter/ | 
| D | DebugHandlerBase.cpp | 32   SmallVector<LexicalScope *, 4> WorkList;  in identifyScopeMarkers()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ | 
| D | DebugHandlerBase.cpp | 94   SmallVector<LexicalScope *, 4> WorkList;  in identifyScopeMarkers()  local
 | 
| /external/llvm/lib/Transforms/Instrumentation/ | 
| D | BoundsChecking.cpp | 179   std::vector<Instruction*> WorkList;  in runOnFunction()  local
 |