Home
last modified time | relevance | path

Searched defs:WorkList (Results 1 – 25 of 67) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp170 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local
186 SmallVector<SUnit*, 8> WorkList; in setHeightDirty() local
225 SmallVector<SUnit*, 8> WorkList; in ComputeDepth() local
258 SmallVector<SUnit*, 8> WorkList; in ComputeHeight() local
436 std::vector<SUnit*> WorkList; in InitDAGTopologicalSorting() local
518 std::vector<const SUnit*> WorkList; in DFS() local
DInlineSpiller.cpp359 SmallVector<SibValueMap::iterator, 8> WorkList(1, SVI); in propagateSiblingValue() local
492 SmallVector<std::pair<unsigned, VNInfo*>, 8> WorkList; in traceSiblingValue() local
741 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList; in eliminateRedundantSpills() local
803 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList; in markValueUsed() local
DLiveRangeCalc.cpp107 SmallVector<MachineBasicBlock*, 16> WorkList(1, KillMBB); in findReachingDefs() local
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp180 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
DProcessImplicitDefs.cpp33 SmallSetVector<MachineInstr*, 16> WorkList; member in __anon2133f9cf0111::ProcessImplicitDefs
DSafeStackColoring.cpp60 SmallVector<Instruction *, 8> WorkList; in collectMarkers() local
DLiveRangeCalc.cpp279 SmallVector<unsigned, 16> WorkList(1, UseMBBNum); in findReachingDefs() local
/external/skia/src/core/
DSkExecutor.cpp135 using WorkList = std::deque<std::function<void(void)>>; in MakeFIFOThreadPool() typedef
139 using WorkList = SkTArray<std::function<void(void)>>; in MakeLIFOThreadPool() typedef
/external/skqp/src/core/
DSkExecutor.cpp135 using WorkList = std::deque<std::function<void(void)>>; in MakeFIFOThreadPool() typedef
139 using WorkList = SkTArray<std::function<void(void)>>; in MakeLIFOThreadPool() typedef
/external/llvm/lib/Transforms/Scalar/
DDCE.cpp76 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
105 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode() local
DConstantProp.cpp68 std::set<Instruction*> WorkList; in runOnFunction() local
DReg2Mem.cpp91 std::list<Instruction*> WorkList; in INITIALIZE_PASS_DEPENDENCY() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DConstantProp.cpp60 std::set<Instruction*> WorkList; in runOnFunction() local
DReg2Mem.cpp92 std::list<Instruction*> WorkList; in INITIALIZE_PASS_DEPENDENCY() local
DDCE.cpp91 std::vector<Instruction*> WorkList; in runOnFunction() local
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h94 SmallVector<BBInfo*, 64> WorkList; in BuildBlockList() local
388 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches() local
435 SmallVector<PhiT*, 20> WorkList; in RecordMatchingPHI() local
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMCFunction.cpp44 SmallVector<uint64_t, 16> WorkList; in createFunctionFromMC() local
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerConstExpr.cpp119 std::list<Instruction *> WorkList; in visit() local
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp75 std::deque<const Stmt *> WorkList; in RunAnalysis() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp32 SmallVector<LexicalScope *, 4> WorkList; in identifyScopeMarkers() local
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h105 SmallVector<BBInfo*, 64> WorkList; in BuildBlockList() local
399 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches() local
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp179 std::vector<Instruction*> WorkList; in runOnFunction() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp407 std::vector<Value*> WorkList; in tryPromoteAllocaToVector() local
680 std::vector<Value*> WorkList; in handleAlloca() local
/external/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp63 SmallVector<Value *, 8> WorkList; in findAllDefs() local
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp184 SmallVector<MBBInfo, 8> WorkList(1, MBBInfo(MDT->getRootNode())); in runOnMachineFunction() local

123