Lines Matching refs:LoadInst
118 if (const LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in GetLocation()
252 if (auto *LI = dyn_cast<LoadInst>(QueryInst)) { in getPointerDependencyFrom()
283 MemoryDependenceResults::getInvariantGroupPointerDependency(LoadInst *LI, in getInvariantGroupPointerDependency()
346 if ((isa<LoadInst>(U) || in getInvariantGroupPointerDependency()
412 LoadInst *LI = dyn_cast<LoadInst>(QueryInst); in getSimplePointerDependencyFrom()
420 if (auto *LI = dyn_cast<LoadInst>(I)) in getSimplePointerDependencyFrom()
430 return !isa<LoadInst>(I) && !isa<StoreInst>(I) && I->mayReadOrWriteMemory(); in getSimplePointerDependencyFrom()
484 if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in getSimplePointerDependencyFrom()
845 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency()
872 if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in getNonLocalPointerDependency()
912 if (LoadInst *LI = dyn_cast_or_null<LoadInst>(QueryInst)) in getNonLocalInfoForBlock()
1055 if (LoadInst *LI = dyn_cast_or_null<LoadInst>(QueryInst)) in getNonLocalPointerDepFromBB()
1550 assert(isa<LoadInst>(RemInst) && in removeInstruction()