Searched refs:IsLogicalEnd (Results 1 – 2 of 2) sorted by relevance
125 auto IsLogicalEnd = [](const aco_ptr<Instruction>& inst) -> bool in insert_before_logical_end() local127 auto it = std::find_if(block->instructions.crbegin(), block->instructions.crend(), IsLogicalEnd); in insert_before_logical_end()147 auto IsLogicalEnd = [](const aco_ptr<Instruction>& instr) -> bool in build_merge_code() local149 auto it = std::find_if(block->instructions.rbegin(), block->instructions.rend(), IsLogicalEnd); in build_merge_code()
487 auto IsLogicalEnd = [](const aco_ptr<Instruction>& inst) -> bool in emit_parallelcopies() local490 std::find_if(block.instructions.rbegin(), block.instructions.rend(), IsLogicalEnd); in emit_parallelcopies()