Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_lower_phis.cpp106 auto IsLogicalEnd = [] (const aco_ptr<Instruction>& instr) -> bool { in insert_before_logical_end() local
109 auto it = std::find_if(block->instructions.crbegin(), block->instructions.crend(), IsLogicalEnd); in insert_before_logical_end()
123 auto IsLogicalEnd = [] (const aco_ptr<Instruction>& instr) -> bool { in build_merge_code() local
126 auto it = std::find_if(block->instructions.rbegin(), block->instructions.rend(), IsLogicalEnd); in build_merge_code()