Searched refs:getDI (Results 1 – 7 of 7) sorted by relevance
969 DependenceInfo &getDI() const;
484 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnFunction()
459 DI = &getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
1626 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnFunction()
117 const DbgValueInst* getDI() { return DI; } in getDI() function
1165 const DbgValueInst *DI = DDI.getDI(); in dropDanglingDebugInfo()1198 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()1235 UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in resolveDanglingDebugInfo()1245 Value *V = DDI.getDI()->getValue(); in salvageUnresolvedDbgValue()1246 DILocalVariable *Var = DDI.getDI()->getVariable(); in salvageUnresolvedDbgValue()1247 DIExpression *Expr = DDI.getDI()->getExpression(); in salvageUnresolvedDbgValue()1249 DebugLoc InstDL = DDI.getDI()->getDebugLoc(); in salvageUnresolvedDbgValue()1254 assert(isa<DbgValueInst>(DDI.getDI())); in salvageUnresolvedDbgValue()1281 << DDI.getDI() << "\nBy stripping back to:\n " << V); in salvageUnresolvedDbgValue()1289 auto Undef = UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in salvageUnresolvedDbgValue()[all …]
162 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; } in getDI() function in DependenceAnalysisWrapperPass