reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
521 if (!Inst || DT.dominates(Inst, Loc)) 521 if (!Inst || DT.dominates(Inst, Loc)) 524 assert(isSafeToSpeculativelyExecute(Inst, Loc, &DT) && 525 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); 527 for (Value *Op : Inst->operands()) 530 Inst->moveBefore(Loc);