Searched refs:DVRs (Results 1 – 5 of 5) sorted by relevance
110 auto DVRs = findDVRDeclares(&const_cast<AllocaInst &>(Alloca)); in remarkAlloca() local111 if (!DVRs.empty()) { in remarkAlloca()112 const DbgVariableRecord &DVR = **DVRs.begin(); in remarkAlloca()
523 SmallVector<DbgVariableRecord *, 16> DVRs; in collectSpillsFromDbgInfo() local524 findDbgValues(DVIs, V, &DVRs); in collectSpillsFromDbgInfo()529 for (DbgVariableRecord *DVR : DVRs) in collectSpillsFromDbgInfo()
1107 TinyPtrVector<DbgVariableRecord *> DVRs = findDVRDeclares(Def); in insertSpills() local1113 while (DIs.empty() && DVRs.empty() && isa<LoadInst>(CurDef)) { in insertSpills()1122 DVRs = findDVRDeclares(CurDef); in insertSpills()1141 for_each(DVRs, SalvageOne); in insertSpills()
1969 SmallVector<DbgVariableRecord *> DVRs; in LowerDbgDeclare() local1976 DVRs.push_back(&DVR); in LowerDbgDeclare()1981 if (Dbgs.empty() && DVRs.empty()) in LowerDbgDeclare()2040 for_each(DVRs, LowerOne); in LowerDbgDeclare()
3574 SmallVector<DbgVariableRecord *, 8> DVRs; in visitAllocSite() local3577 findDbgUsers(DVIs, &MI, &DVRs); in visitAllocSite()3650 for (auto *DVR : DVRs) in visitAllocSite()3705 for (auto *DVR : DVRs) in visitAllocSite()