Home | History | Annotate | Download | only in ssa

Lines Matching refs:sources

97                 RegisterSpecList sources = insn.getSources();
102 if (sources.size() != 2 ) {
111 if (isConstIntZeroOrKnownNull(sources.get(0))) {
112 replacePlainInsn(insn, sources.withoutFirst(),
114 } else if (isConstIntZeroOrKnownNull(sources.get(1))) {
115 replacePlainInsn(insn, sources.withoutLast(),
119 opcode, sources.get(0), sources.get(1))) {
123 opcode, sources.get(1), sources.get(0))) {
130 sources.get(1), sources.get(0)));
176 * new PlainInsn is constructed with a new RegOp and new sources.
181 * @param newSources {@code non-null;} new sources list for new insn