Home | History | Annotate | Download | only in ssa

Lines Matching full:instruction

109                      * An if instruction can become an if-*z instruction.
125 * An instruction can be commuted to a literal operation
139 * Tries to replace an instruction with a const instruction. The given
140 * instruction must have a constant result for it to be replaced.
142 * @param insn {@code non-null;} instruction to try to replace
143 * @return true if the instruction was replaced
154 // Replace the instruction with a constant
183 * @param cst {@code null-ok;} constant for new instruction, if any