Searched refs:DPVs (Results 1 – 3 of 3) sorted by relevance
1126 TinyPtrVector<DPValue *> DPVs = findDPVDeclares(PromiseAlloca); in buildFrameDebugInfo() local1134 } else if (!DPVs.empty()) { in buildFrameDebugInfo()1135 DPValue *PromiseDPV = DPVs.front(); in buildFrameDebugInfo()1865 TinyPtrVector<DPValue *> DPVs = findDPVDeclares(Def); in insertSpills() local1871 while (DIs.empty() && DPVs.empty() && isa<LoadInst>(CurDef)) { in insertSpills()1880 DPVs = findDPVDeclares(CurDef); in insertSpills()1908 for_each(DPVs, SalvageOne); in insertSpills()3191 SmallVector<DPValue *, 16> DPVs; in buildCoroutineFrame() local3192 findDbgValues(DVIs, V, &DPVs); in buildCoroutineFrame()3197 for (DPValue *DPV : DPVs) in buildCoroutineFrame()
1909 SmallVector<DPValue *> DPVs; in LowerDbgDeclare() local1916 DPVs.push_back(&DPV); in LowerDbgDeclare()1921 if (Dbgs.empty() && DPVs.empty()) in LowerDbgDeclare()1979 for_each(DPVs, LowerOne); in LowerDbgDeclare()
2849 SmallVector<DPValue *, 8> DPVs; in visitAllocSite() local2852 findDbgUsers(DVIs, &MI, &DPVs); in visitAllocSite()2892 for (auto *DPV : DPVs) in visitAllocSite()2939 for (auto *DPV : DPVs) in visitAllocSite()