Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DKernelInfo.cpp110 auto DVRs = findDVRDeclares(&const_cast<AllocaInst &>(Alloca)); in remarkAlloca() local
111 if (!DVRs.empty()) { in remarkAlloca()
112 const DbgVariableRecord &DVR = **DVRs.begin(); in remarkAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DSpillUtils.cpp523 SmallVector<DbgVariableRecord *, 16> DVRs; in collectSpillsFromDbgInfo() local
524 findDbgValues(DVIs, V, &DVRs); in collectSpillsFromDbgInfo()
529 for (DbgVariableRecord *DVR : DVRs) in collectSpillsFromDbgInfo()
H A DCoroFrame.cpp1107 TinyPtrVector<DbgVariableRecord *> DVRs = findDVRDeclares(Def); in insertSpills() local
1113 while (DIs.empty() && DVRs.empty() && isa<LoadInst>(CurDef)) { in insertSpills()
1122 DVRs = findDVRDeclares(CurDef); in insertSpills()
1141 for_each(DVRs, SalvageOne); in insertSpills()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1969 SmallVector<DbgVariableRecord *> DVRs; in LowerDbgDeclare() local
1976 DVRs.push_back(&DVR); in LowerDbgDeclare()
1981 if (Dbgs.empty() && DVRs.empty()) in LowerDbgDeclare()
2040 for_each(DVRs, LowerOne); in LowerDbgDeclare()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3574 SmallVector<DbgVariableRecord *, 8> DVRs; in visitAllocSite() local
3577 findDbgUsers(DVIs, &MI, &DVRs); in visitAllocSite()
3650 for (auto *DVR : DVRs) in visitAllocSite()
3705 for (auto *DVR : DVRs) in visitAllocSite()