| /external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | Combiner.cpp | 53 WorkListTy &WorkList; member in __anon5ba58da70111::WorkListMaintainer 59 WorkListMaintainer(WorkListTy &WorkList) in WorkListMaintainer() 126 GISelWorkList<512> WorkList; in combineMachineInstrs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | Combiner.cpp | 53 WorkListTy &WorkList; member in __anonfedb989b0111::WorkListMaintainer 59 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() local 234 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 __anona5f539db0111::ProcessImplicitDefs
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | ScheduleDAG.cpp | 219 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local 234 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 __anon02bf2ee70111::ProcessImplicitDefs
|
| D | LiveRangeCalc.cpp | 140 SetVector<unsigned> WorkList; in isDefOnEntry() local 200 SmallVector<unsigned, 16> WorkList(1, UseMBBNum); in findReachingDefs() local
|
| /external/llvm/lib/CodeGen/ |
| D | ScheduleDAG.cpp | 180 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local 196 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 __anonff2eac390111::ProcessImplicitDefs
|
| /external/skqp/src/core/ |
| D | SkExecutor.cpp | 135 using WorkList = std::deque<std::function<void(void)>>; in MakeFIFOThreadPool() typedef 139 using WorkList = SkTArray<std::function<void(void)>>; in MakeLIFOThreadPool() typedef
|
| /external/skia/src/core/ |
| D | SkExecutor.cpp | 143 using WorkList = std::deque<std::function<void(void)>>; in MakeFIFOThreadPool() typedef 148 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/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | DCE.cpp | 89 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 124 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode() local
|
| D | Reg2Mem.cpp | 72 std::list<Instruction*> WorkList; in runPass() 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
|
| /external/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| D | DataflowWorklist.h | 27 WorkList; variable
|
| /external/clang/lib/Analysis/ |
| D | PseudoConstantAnalysis.cpp | 75 std::deque<const Stmt *> WorkList; in RunAnalysis() local
|
| /external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | SSAUpdaterImpl.h | 117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local 405 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | SSAUpdaterImpl.h | 117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local 405 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
|