Home
last modified time | relevance | path

Searched refs:DPVs (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1126 TinyPtrVector<DPValue *> DPVs = findDPVDeclares(PromiseAlloca); in buildFrameDebugInfo() local
1134 } else if (!DPVs.empty()) { in buildFrameDebugInfo()
1135 DPValue *PromiseDPV = DPVs.front(); in buildFrameDebugInfo()
1865 TinyPtrVector<DPValue *> DPVs = findDPVDeclares(Def); in insertSpills() local
1871 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() local
3192 findDbgValues(DVIs, V, &DPVs); in buildCoroutineFrame()
3197 for (DPValue *DPV : DPVs) in buildCoroutineFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1909 SmallVector<DPValue *> DPVs; in LowerDbgDeclare() local
1916 DPVs.push_back(&DPV); in LowerDbgDeclare()
1921 if (Dbgs.empty() && DPVs.empty()) in LowerDbgDeclare()
1979 for_each(DPVs, LowerOne); in LowerDbgDeclare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2849 SmallVector<DPValue *, 8> DPVs; in visitAllocSite() local
2852 findDbgUsers(DVIs, &MI, &DPVs); in visitAllocSite()
2892 for (auto *DPV : DPVs) in visitAllocSite()
2939 for (auto *DPV : DPVs) in visitAllocSite()