Home | History | Annotate | Download | only in codegen

Lines Matching refs:ik

2130    Instruction *phi, *next, *ik;
2139 ik = phi->getSrc(0)->getInsn();
2140 if (!ik)
2146 !phi->getSrc(s)->getInsn()->isResultEqual(ik))
2151 ik->bb->remove(ik);
2153 bb->insertHead(ik);
2155 bb->insertAfter(entry, ik);
2156 ik->setDef(0, phi->getDef(0));
2217 Instruction *ik = (*it)->getInsn();
2218 if (ik && ik->bb == ir->bb && ik->serial < ir->serial)
2219 if (tryReplace(&ir, ik))
2225 Instruction *ik = reinterpret_cast<Instruction *>(iter.get());
2226 if (tryReplace(&ir, ik))