Lines Matching defs:DepInst
1239 Instruction *DepInst = DepInfo.getInst();
1246 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) {
1260 if (LoadInst *DepLoad = dyn_cast<LoadInst>(DepInst)) {
1288 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) {
1301 dbgs() << " is clobbered by " << *DepInst << '\n';);
1311 if (isa<AllocaInst>(DepInst) || isLifetimeStart(DepInst))
1315 getInitialValueOfAllocation(DepInst, TLI, Load->getType()))
1318 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) {
1333 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) {
1349 // loads and DepInst that may clobber the loads.
1350 if (auto *Sel = dyn_cast<SelectInst>(DepInst)) {
1355 Load->getType(), DepInst, getAliasAnalysis());
1360 Load->getType(), DepInst, getAliasAnalysis());
1370 dbgs() << " has unknown def " << *DepInst << '\n';);