Searched refs:new_end (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ | ||
| H A D | aco_ssa_elimination.cpp | 359 auto new_end = std::remove(block.instructions.begin(), block.instructions.end(), nullptr); local in function:aco::__anonf94d4d690110::eliminate_useless_exec_writes_in_block 360 block.instructions.resize(new_end - block.instructions.begin()); |
| H A D | aco_optimizer_postRA.cpp | 479 auto new_end = std::remove_if(block.instructions.begin(), block.instructions.end(), local in function:aco::optimize_postRA 482 block.instructions.resize(new_end - block.instructions.begin()); |
Completed in 3 milliseconds