Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DepInst

1289   Instruction *DepInst = DepInfo.getInst();
1292 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) ||
1294 isLifetimeStart(DepInst)) {
1300 if (isCallocLikeFn(DepInst, TLI)) {
1305 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) {
1322 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) {
1343 dbgs() << " has unknown def " << *DepInst << '\n';