Searched refs:nested_loops (Results 1 – 9 of 9) sorted by relevance
40 std::vector<ForPtr> nested_loops; in GetAllPerfectlyNestedLoopNests() local44 nested_loops.push_back(loops[0]); in GetAllPerfectlyNestedLoopNests()46 auto last_loop = nested_loops.back(); in GetAllPerfectlyNestedLoopNests()50 nested_loops.push_back(next_loop); in GetAllPerfectlyNestedLoopNests()52 if (nested_loops.size() > 1) { in GetAllPerfectlyNestedLoopNests()53 all_nested_loops.push_back(nested_loops); in GetAllPerfectlyNestedLoopNests()55 nested_loops.clear(); in GetAllPerfectlyNestedLoopNests()56 nested_loops.push_back(next_loop); in GetAllPerfectlyNestedLoopNests()443 auto nested_loops = all_nested_loops.at(index); in loopnestRandomization() local446 std::vector<size_t> permutation(nested_loops.size()); in loopnestRandomization()[all …]
97 define void @nested_loops(i32 %a) {98 ; CHECK-LABEL: Printing analysis {{.*}} for function 'nested_loops':99 ; CHECK-NEXT: block-frequency-info: nested_loops
15 int nested_loops(volatile struct pt_regs* ctx) in nested_loops() function
22 nested_loops.cpp
34 nested_loops.cpp