Home | History | Annotate | Download | only in Scalar

Lines Matching refs:LoadInst

395   if (LoadInst *LI = dyn_cast<LoadInst>(&I)) {
485 if (isa<LoadInst>(I)) ++NumMovedLoads;
607 if (isa<LoadInst>(I)) ++NumMovedLoads;
684 if (LoadInst *LI = dyn_cast<LoadInst>(I))
707 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {
781 if (LoadInst *load = dyn_cast<LoadInst>(Use)) {
860 LoadInst *PreheaderLoad =
861 new LoadInst(SomePtr, SomePtr->getName()+".promoted",