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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_phis.cpp125 auto IsLogicalEnd = [](const aco_ptr<Instruction>& inst) -> bool local in function:aco::insert_before_logical_end
127 auto it = std::find_if(block->instructions.crbegin(), block->instructions.crend(), IsLogicalEnd);
147 auto IsLogicalEnd = [](const aco_ptr<Instruction>& instr) -> bool local in function:aco::build_merge_code
149 auto it = std::find_if(block->instructions.rbegin(), block->instructions.rend(), IsLogicalEnd);
H A Daco_lower_to_cssa.cpp487 auto IsLogicalEnd = [](const aco_ptr<Instruction>& inst) -> bool local in function:aco::__anondeebb31e0110::emit_parallelcopies
490 std::find_if(block.instructions.rbegin(), block.instructions.rend(), IsLogicalEnd);

Completed in 3 milliseconds