/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | sccp.go | 54 type worklist struct { struct 55 f *Func // the target function to be optimized out 56 edges []Edge // propagate constant facts through edges 57 uses []*Value // re-visiting set 58 visited map[Edge]bool // visited edges 59 latticeCells map[*Value]lattice // constant lattices 60 defUse map[*Value][]*Value // def-use chains for some values 61 defBlock map[*Value][]*Block // use blocks of def 62 visitedBlock []bool // visited block 225 func (t *worklist) getLatticeCell(val *Value) lattice { [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_liveness_analysis.cc | 42 void AddToWorklist(const HloInstruction* instruction, Worklist* worklist, in AddToWorklist() 68 Worklist* worklist, Workset* workset) { in MarkLiveAtIndex() 86 Worklist* worklist, Workset* workset) { in MarkLiveAtAllIndices() 116 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughTuple() 145 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughGTE() 167 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughWhile() 192 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessToParameterCallers() 222 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughControlFlow() 280 Worklist worklist; in RunAnalysis() local
|
H A D | call_graph.cc | 200 std::queue<CallGraphNode*> worklist; in SetCallContexts() local 248 std::queue<CallGraphNode*> worklist; in SetNodeDepths() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/ |
H A D | midgard_schedule.c | 308 mir_initialize_worklist(BITSET_WORD *worklist, in mir_initialize_worklist() 322 mir_update_worklist(BITSET_WORD *worklist, unsigned count, in mir_update_worklist() 673 BITSET_WORD *worklist, unsigned count, in mir_choose_instruction() 827 BITSET_WORD *worklist, unsigned count, unsigned num_ldst) in mir_choose_bundle() 875 uint16_t *liveness, BITSET_WORD *worklist, unsigned len, in mir_choose_alu() 962 BITSET_WORD *worklist, unsigned count, unsigned cond, in mir_schedule_comparison() 994 BITSET_WORD *worklist, unsigned count, in mir_schedule_condition() 1051 BITSET_WORD *worklist, unsigned len, bool is_vertex) in mir_schedule_texture() 1078 BITSET_WORD *worklist, unsigned len, unsigned *num_ldst) in mir_schedule_ldst() 1117 BITSET_WORD *worklist, unsigned len, in mir_schedule_zs_write() [all …]
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | ssa_builder.cc | 111 ScopedArenaVector<HPhi*>* worklist) { in AddDependentInstructionsToWorklist() 173 bool SsaBuilder::TypeInputsOfPhi(HPhi* phi, ScopedArenaVector<HPhi*>* worklist) { in TypeInputsOfPhi() 219 bool SsaBuilder::UpdatePrimitiveType(HPhi* phi, ScopedArenaVector<HPhi*>* worklist) { in UpdatePrimitiveType() 239 ScopedArenaVector<HPhi*> worklist(local_allocator_->Adapter(kArenaAllocGraphBuilder)); in RunPrimitiveTypePropagation() local 268 void SsaBuilder::ProcessPrimitiveTypePropagationWorklist(ScopedArenaVector<HPhi*>* worklist) { in ProcessPrimitiveTypePropagationWorklist() 325 ScopedArenaVector<HPhi*> worklist(local_allocator_->Adapter(kArenaAllocGraphBuilder)); in FixAmbiguousArrayOps() local
|
H A D | code_sinking.cc | 155 ScopedArenaVector<HInstruction*>* worklist) { in AddInstruction() 168 ScopedArenaVector<HInstruction*>* worklist) { in AddInputs() 177 ScopedArenaVector<HInstruction*>* worklist) { in AddInputs() 335 ScopedArenaVector<HInstruction*> worklist(allocator.Adapter(kArenaAllocMisc)); in SinkCodeToUncommonBranch() local
|
H A D | linear_order.cc | 40 static void AddToListForLinearization(ScopedArenaVector<HBasicBlock*>* worklist, in AddToListForLinearization() 111 ScopedArenaVector<HBasicBlock*> worklist(allocator.Adapter(kArenaAllocLinearOrder)); in LinearizeGraphInternal() local
|
H A D | ssa_phi_elimination.cc | 37 ScopedArenaVector<HPhi*> worklist(allocator.Adapter(kArenaAllocSsaPhiElimination)); in MarkDeadPhis() local 131 ScopedArenaVector<HPhi*> worklist(allocator.Adapter(kArenaAllocSsaPhiElimination)); in Run() local
|
/aosp_15_r20/external/skia/gn/ |
H A D | minify_sksl_tests.py | 33 def executeWorklist(input, worklist): argument 49 worklist = tempfile.NamedTemporaryFile(suffix='.worklist', delete=False, mode='w') variable 87 worklist = tempfile.NamedTemporaryFile(suffix='.worklist', delete=False, mode='w') variable
|
H A D | compile_sksl_tests.py | 26 def executeWorklist(input, worklist): argument 51 worklist = tempfile.NamedTemporaryFile(suffix='.worklist', delete=False, mode='w') variable 104 worklist = tempfile.NamedTemporaryFile(suffix='.worklist', delete=False, mode='w') variable
|
/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | split-compares-pass.so.cc | 379 CmpWorklist &worklist) { in simplifyOrEqualsCompare() 482 CmpWorklist &worklist) { in simplifySignedCompare() 600 CmpWorklist &worklist) { in splitCompare() 836 CmpWorklist worklist; in simplifyAndSplit() local 1766 std::vector<CmpInst *> worklist; local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_search.c | 628 nir_instr_worklist *worklist, in add_uses_to_worklist() 845 nir_instr_worklist *worklist, in nir_algebraic_instr() 901 nir_instr_worklist *worklist = nir_instr_worklist_create(); in nir_algebraic_impl() local
|
/aosp_15_r20/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
H A D | JSRInlinerAdapter.java | 303 LinkedList<Instantiation> worklist = new LinkedList<>(); in emitCode() local 336 final List<Instantiation> worklist, in emitInstantiation()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | cluster_ops_by_policy.cc | 296 llvm::SmallVector<Operation *> worklist; in VerifyValueConstraints() local 625 llvm::SetVector<Operation *> worklist; in PropagateValuesConstraints() local 687 llvm::SmallVector<Operation *> worklist; in PropagateValuesConstraints() local
|
H A D | region_control_flow_to_functional.cc | 67 llvm::SmallVector<func::FuncOp, 4> worklist; member 125 llvm::SmallVectorImpl<func::FuncOp>& worklist, in ExtractSingleBlockRegion()
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 31 SmallVector<const CFGBlock *, 20> worklist; member in __anon34dfd90e0111::DataflowWorklist 502 DataflowWorklist worklist(*cfg, AC); in computeLiveness() local
|
H A D | CFGReachabilityAnalysis.cpp | 43 SmallVector<const CFGBlock *, 11> worklist; in mapReachability() local
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_liveness.c | 42 u_worklist worklist; in agx_compute_liveness() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/ |
H A D | bi_liveness.c | 42 u_worklist worklist; in bi_compute_liveness_ssa() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/StandAlone/ |
H A D | Worklist.h | 89 std::list<TWorkItem*> worklist; variable
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/ |
D | liveness_analyzer.cc | 35 MachineBasicBlockList worklist(machine_ir_->bb_list().rbegin(), in Run() local
|
D | context_liveness_analyzer.cc | 28 MachineBasicBlockList worklist(machine_ir_->bb_list().rbegin(), in Init() local
|
/aosp_15_r20/external/deqp-deps/glslang/StandAlone/ |
D | Worklist.h | 90 std::list<TWorkItem*> worklist; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerRefTypesIntPtrConv.cpp | 60 std::set<Instruction *> worklist; in runOnFunction() local
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/ |
H A D | snapshot.h | 31 explicit ViewBase(SuperPagesWorklist& worklist) : worklist_(worklist) {} in ViewBase()
|