Lines Matching defs:DepInst
1262 Instruction *DepInst = DepInfo.getInst();
1269 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) {
1283 if (LoadInst *DepLoad = dyn_cast<LoadInst>(DepInst)) {
1311 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) {
1324 dbgs() << " is clobbered by " << *DepInst << '\n';);
1334 if (isa<AllocaInst>(DepInst) || isLifetimeStart(DepInst))
1338 getInitialValueOfAllocation(DepInst, TLI, Load->getType()))
1341 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) {
1356 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) {
1372 // loads and DepInst that may clobber the loads.
1373 if (auto *Sel = dyn_cast<SelectInst>(DepInst)) {
1378 Load->getType(), DepInst, getAliasAnalysis());
1383 Load->getType(), DepInst, getAliasAnalysis());
1393 dbgs() << " has unknown def " << *DepInst << '\n';);