Lines Matching refs:code
94 // the code will be invalid at the start:
115 // Wrap OpKill instructions so all other code can be inlined.
127 // incorrectly. All functions are inlined, and a lot of dead code has
148 // Copy propagate members. Cleans up code sequences generated by
155 // Get rid of unused code that contain traces of illegal code
344 } else if (pass_name == "eliminate-dead-code-aggressive") {
404 } else if (pass_name == "loop-invariant-code-motion") {
511 } else if (pass_name == "code-sink") {
1201 result_binary->code = new uint32_t[optimized.size()];
1202 if (!result_binary->code) {
1209 memcpy(result_binary->code, optimized.data(),