Searched refs:DepInst (Results 1 – 2 of 2) sorted by relevance
148 const Instruction *DepInst = I.first.getPointer(); in print() local158 if (DepInst) { in print()160 DepInst->print(OS); in print()
1452 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability() local1455 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()1457 isLifetimeStart(DepInst)) { in AnalyzeLoadAvailability()1464 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()1470 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()1488 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()1983 Instruction *DepInst = Dep.getInst(); in processLoad() local1984 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in processLoad()2010 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in processLoad()2039 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI)) { in processLoad()[all …]