Searched refs:getDI (Results 1 – 7 of 7) sorted by relevance
988 DependenceInfo &getDI() const;
469 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
1741 auto *DI = &getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
1843 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnFunction()
114 const DbgValueInst* getDI() { return DI; } in getDI() function
1170 const DbgValueInst *DI = DDI.getDI(); in dropDanglingDebugInfo()1203 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()1240 auto Undef = UndefValue::get(DDI.getDI()->getValue(0)->getType()); in resolveDanglingDebugInfo()1254 assert(!DDI.getDI()->hasArgList() && in salvageUnresolvedDbgValue()1256 Value *V = DDI.getDI()->getValue(0); in salvageUnresolvedDbgValue()1257 DILocalVariable *Var = DDI.getDI()->getVariable(); in salvageUnresolvedDbgValue()1258 DIExpression *Expr = DDI.getDI()->getExpression(); in salvageUnresolvedDbgValue()1260 DebugLoc InstDL = DDI.getDI()->getDebugLoc(); in salvageUnresolvedDbgValue()1264 assert(isa<DbgValueInst>(DDI.getDI())); in salvageUnresolvedDbgValue()1298 << DDI.getDI() << "\nBy stripping back to:\n " << V); in salvageUnresolvedDbgValue()[all …]
162 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; } in getDI() function in DependenceAnalysisWrapperPass