Home
last modified time | relevance | path

Searched defs:worklist_ (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.h246 std::queue<Instruction*> worklist_; variable
Ddataflow.h100 std::queue<Instruction*> worklist_; variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Daggressive_dead_code_elim_pass.h246 std::queue<Instruction*> worklist_; variable
H A Ddataflow.h100 std::queue<Instruction*> worklist_; variable
H A Dcopy_prop_arrays.h268 std::queue<Instruction*> worklist_; variable
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.h246 std::queue<Instruction*> worklist_; variable
H A Ddataflow.h100 std::queue<Instruction*> worklist_; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmulti_output_fusion.h201 WorkList worklist_; variable
H A Dconditional_code_motion.cc97 std::deque<Boundary> worklist_; member in xla::conditional_opt::BoundaryVisitor
/aosp_15_r20/art/openjdkjvmti/
H A Dti_heap.cc1098 std::vector<art::mirror::Object*>* worklist_; member in openjdkjvmti::FollowReferencesHelper::CollectAndReportRootsVisitor
1381 std::vector<art::mirror::Object*> worklist_; member in openjdkjvmti::FollowReferencesHelper
/aosp_15_r20/art/compiler/optimizing/
H A Dreference_type_propagation.cc113 ScopedArenaVector<HInstruction*> worklist_; member in art::ReferenceTypePropagation::RTPVisitor