Lines Matching refs:LoadInst
110 if (const LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in GetLocation()
246 if (auto *LI = dyn_cast<LoadInst>(QueryInst)) { in getPointerDependencyFrom()
277 MemoryDependenceResults::getInvariantGroupPointerDependency(LoadInst *LI, in getInvariantGroupPointerDependency()
340 if ((isa<LoadInst>(U) || in getInvariantGroupPointerDependency()
382 auto *LI = dyn_cast<LoadInst>(SI->getValueOperand()); in canSkipClobberingStore()
441 if (LoadInst *LI = dyn_cast<LoadInst>(QueryInst)) { in getSimplePointerDependencyFrom()
453 if (auto *LI = dyn_cast<LoadInst>(I)) in getSimplePointerDependencyFrom()
511 if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in getSimplePointerDependencyFrom()
874 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency()
901 if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in getNonLocalPointerDependency()
941 if (LoadInst *LI = dyn_cast_or_null<LoadInst>(QueryInst)) in getNonLocalInfoForBlock()
1084 if (LoadInst *LI = dyn_cast_or_null<LoadInst>(QueryInst)) in getNonLocalPointerDepFromBB()
1579 assert(isa<LoadInst>(RemInst) && in removeInstruction()