Home
last modified time | relevance | path

Searched defs:worklist (Results 1 – 25 of 55) sorted by relevance

123

/external/mesa3d/src/compiler/nir/
Dnir_opt_dce.c38 worklist_push(struct exec_list *worklist, nir_instr *instr) in worklist_push()
47 worklist_pop(struct exec_list *worklist) in worklist_pop()
57 struct exec_list *worklist = (struct exec_list *) _state; in mark_live_cb() local
67 init_instr(nir_instr *instr, struct exec_list *worklist) in init_instr()
116 init_block(nir_block *block, struct exec_list *worklist) in init_block()
134 struct exec_list *worklist = rzalloc(NULL, struct exec_list); in nir_opt_dce_impl() local
Dnir_liveness.c49 nir_block_worklist worklist; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_liveness_analysis.cc42 void AddToWorklist(const HloInstruction* instruction, Worklist* worklist, in AddToWorklist()
69 Worklist* worklist, Workset* workset) { in MarkLiveAtIndex()
88 Worklist* worklist, Workset* workset) { in MarkLiveAtAllIndices()
120 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughTuple()
149 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughGTE()
171 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughWhile()
196 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessToParameterCallers()
227 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughControlFlow()
261 Worklist worklist; in RunAnalysis() local
Dtuple_simplifier.cc38 std::queue<HloInstruction*> worklist; in Run() local
Dflatten_call_graph.cc93 std::vector<HloComputation*> worklist; in FlattenNode() local
Dcall_graph.cc193 std::queue<CallGraphNode*> worklist; in SetCallContexts() local
241 std::queue<CallGraphNode*> worklist; in SetNodeDepths() local
Dhlo_reachability.cc142 std::queue<const HloInstruction*> worklist; in UpdateReachabilityThroughInstruction() local
Dhlo_module_group_util.cc372 std::queue<HloInstruction*> worklist; in UpdateReachabilityThroughInstruction() local
Dhlo_schedule.cc140 std::queue<HloInstruction*> worklist; in UpdateComputationSchedule() local
Dinstruction_fusion.cc593 std::vector<HloInstruction*> worklist = producer->users(); in MultiOutputFusionCreatesCycle() local
/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp43 SmallVector<const CFGBlock *, 11> worklist; in mapReachability() local
DLiveVariables.cpp31 SmallVector<const CFGBlock *, 20> worklist; member in __anonec76e8010111::DataflowWorklist
502 DataflowWorklist worklist(*cfg, AC); in computeLiveness() local
/external/deqp-deps/glslang/StandAlone/
DWorklist.h90 std::list<TWorkItem*> worklist; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DADCE.cpp54 SmallVector<Instruction*, 128> worklist; in runOnFunction() local
/external/mesa3d/src/broadcom/clif/
Dclif_private.h41 struct list_head worklist; member
/external/tensorflow/tensorflow/compiler/jit/
Dxla_fusion_optimizer.cc237 std::deque<UnionFind<Cluster>*> worklist; in Optimize() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis.cc140 std::vector<const LogicalBuffer*> worklist; in GetNoaliasMetadataForBuffer() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor.cc112 std::deque<const HloInstruction*> worklist; in ComputeBoundary() local
/external/llvm/lib/Transforms/IPO/
DPartialInlining.cpp156 std::vector<Function*> worklist; in run() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPartialInlining.cpp150 std::vector<Function*> worklist; in runOnModule() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcode_sink.cpp287 std::vector<uint32_t> worklist; in IntersectsPath() local
Dscalar_replacement_pass.cpp45 std::queue<Instruction*> worklist; in ProcessFunction() local
73 Instruction* inst, std::queue<Instruction*>* worklist) { in ReplaceVariable()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp45 std::queue<Instruction*> worklist; in ProcessFunction() local
73 Instruction* inst, std::queue<Instruction*>* worklist) { in ReplaceVariable()
Dmem_pass.cpp404 std::queue<BasicBlock*> worklist; in RemoveUnreachableBlocks() local
/external/v8/src/torque/
Dearley-parser.cc175 std::vector<Item> worklist; in RunEarleyAlgorithm() local

123