Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Inst

332     Instruction *Inst = I++;
340 if (L->hasLoopInvariantOperands(Inst) &&
341 !Inst->mayReadFromMemory() && !Inst->mayWriteToMemory() &&
342 !isa<TerminatorInst>(Inst) && !isa<DbgInfoIntrinsic>(Inst) &&
343 !isa<AllocaInst>(Inst)) {
344 Inst->moveBefore(LoopEntryBranch);
349 Instruction *C = Inst->clone();
363 ValueMap[Inst] = V;
366 C->setName(Inst->getName());
368 ValueMap[Inst] = C;