Searched refs:CollectLoops (Results 1 – 6 of 6) sorted by relevance
319 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() function in spvtools::opt::LoopDependenceAnalysis343 std::set<const Loop*> loops = CollectLoops(recurrent_nodes); in CountInductionVariables()348 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() function in spvtools::opt::LoopDependenceAnalysis358 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()
353 std::set<const Loop*> CollectLoops(357 std::set<const Loop*> CollectLoops(SENode* source, SENode* destination);
339 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()