Searched refs:last_loop (Results 1 – 2 of 2) sorted by relevance
46 auto last_loop = nested_loops.back(); in GetAllPerfectlyNestedLoopNests() local48 if (last_loop->body()->nstmts() == 1 && in GetAllPerfectlyNestedLoopNests()49 last_loop->body()->front() == next_loop) { in GetAllPerfectlyNestedLoopNests()
781 …LLVMValueRef last_loop = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, subgroup_id, LLVMBuildSub(gall… in generate_compute() local782 LLVMValueRef use_partial_mask = LLVMBuildAnd(gallivm->builder, last_loop, has_partials, ""); in generate_compute()