Lines Matching refs:usei
357 LValue *unspill(Instruction *usei, LValue *, Value *slot);
1757 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot)
1780 usei->bb->insertBefore(usei, l);
1785 usei->bb->insertBefore(usei, ld);
1796 usei->bb->insertBefore(usei, ld);
1852 Instruction *usei = u->getInsn();
1853 assert(usei);
1854 if (usei->isPseudo()) {
1858 if (!last || (usei != last->next && usei != last))
1859 tmp = unspill(usei, dval, slot);
1860 last = usei;