Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1129 TinyPtrVector<DbgVariableRecord *> DVRs = findDVRDeclares(PromiseAlloca); in buildFrameDebugInfo() local
1137 } else if (!DVRs.empty()) { in buildFrameDebugInfo()
1138 DbgVariableRecord *PromiseDVR = DVRs.front(); in buildFrameDebugInfo()
1895 TinyPtrVector<DbgVariableRecord *> DVRs = findDVRDeclares(Def); in insertSpills() local
1901 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() local
3224 findDbgValues(DVIs, V, &DVRs); in buildCoroutineFrame()
3229 for (DbgVariableRecord *DVR : DVRs) in buildCoroutineFrame()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1926 SmallVector<DbgVariableRecord *> DVRs; in LowerDbgDeclare() local
1933 DVRs.push_back(&DVR); in LowerDbgDeclare()
1938 if (Dbgs.empty() && DVRs.empty()) in LowerDbgDeclare()
1997 for_each(DVRs, LowerOne); in LowerDbgDeclare()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3254 SmallVector<DbgVariableRecord *, 8> DVRs; in visitAllocSite() local
3257 findDbgUsers(DVIs, &MI, &DVRs); in visitAllocSite()
3297 for (auto *DVR : DVRs) in visitAllocSite()
3344 for (auto *DVR : DVRs) in visitAllocSite()