Searched refs:DVRs (Results 1 – 3 of 3) sorted by relevance
1129 TinyPtrVector<DbgVariableRecord *> DVRs = findDVRDeclares(PromiseAlloca); in buildFrameDebugInfo() local1137 } else if (!DVRs.empty()) { in buildFrameDebugInfo()1138 DbgVariableRecord *PromiseDVR = DVRs.front(); in buildFrameDebugInfo()1895 TinyPtrVector<DbgVariableRecord *> DVRs = findDVRDeclares(Def); in insertSpills() local1901 while (DIs.empty() && DVRs.empty() && isa<LoadInst>(CurDef)) { in insertSpills()1910 DVRs = findDVRDeclares(CurDef); in insertSpills()1938 for_each(DVRs, SalvageOne); in insertSpills()3223 SmallVector<DbgVariableRecord *, 16> DVRs; in buildCoroutineFrame() local3224 findDbgValues(DVIs, V, &DVRs); in buildCoroutineFrame()3229 for (DbgVariableRecord *DVR : DVRs) in buildCoroutineFrame()
1926 SmallVector<DbgVariableRecord *> DVRs; in LowerDbgDeclare() local1933 DVRs.push_back(&DVR); in LowerDbgDeclare()1938 if (Dbgs.empty() && DVRs.empty()) in LowerDbgDeclare()1997 for_each(DVRs, LowerOne); in LowerDbgDeclare()
3254 SmallVector<DbgVariableRecord *, 8> DVRs; in visitAllocSite() local3257 findDbgUsers(DVIs, &MI, &DVRs); in visitAllocSite()3297 for (auto *DVR : DVRs) in visitAllocSite()3344 for (auto *DVR : DVRs) in visitAllocSite()