Home
last modified time | relevance | path

Searched refs:CollectLoops (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp319 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() function in spvtools::opt::LoopDependenceAnalysis
343 std::set<const Loop*> loops = CollectLoops(recurrent_nodes); in CountInductionVariables()
348 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() function in spvtools::opt::LoopDependenceAnalysis
358 std::set<const Loop*> loops = CollectLoops(source_nodes); in CollectLoops()
359 std::set<const Loop*> destination_loops = CollectLoops(destination_nodes); in CollectLoops()
372 std::set<const Loop*> loops = CollectLoops(source, destination); in CountInductionVariables()
Dloop_dependence.h353 std::set<const Loop*> CollectLoops(
357 std::set<const Loop*> CollectLoops(SENode* source, SENode* destination);
Dloop_dependence.cpp339 auto current_loops = CollectLoops(source_node, destination_node); in GetDependence()
370 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence()
1152 auto loops_in_pair = CollectLoops(source_recurrences); in PartitionSubscripts()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp319 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() function in spvtools::opt::LoopDependenceAnalysis
343 std::set<const Loop*> loops = CollectLoops(recurrent_nodes); in CountInductionVariables()
348 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() function in spvtools::opt::LoopDependenceAnalysis
358 std::set<const Loop*> loops = CollectLoops(source_nodes); in CollectLoops()
359 std::set<const Loop*> destination_loops = CollectLoops(destination_nodes); in CollectLoops()
372 std::set<const Loop*> loops = CollectLoops(source, destination); in CountInductionVariables()
Dloop_dependence.h353 std::set<const Loop*> CollectLoops(
357 std::set<const Loop*> CollectLoops(SENode* source, SENode* destination);
Dloop_dependence.cpp339 auto current_loops = CollectLoops(source_node, destination_node); in GetDependence()
370 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence()
1152 auto loops_in_pair = CollectLoops(source_recurrences); in PartitionSubscripts()