Home
last modified time | relevance | path

Searched refs:DVIs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DSpillUtils.cpp522 SmallVector<DbgValueInst *, 16> DVIs; in collectSpillsFromDbgInfo() local
524 findDbgValues(DVIs, V, &DVRs); in collectSpillsFromDbgInfo()
525 for (DbgValueInst *DVI : DVIs) in collectSpillsFromDbgInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3573 SmallVector<DbgVariableIntrinsic *, 8> DVIs; in visitAllocSite() local
3577 findDbgUsers(DVIs, &MI, &DVRs); in visitAllocSite()
3647 for (auto *DVI : DVIs) in visitAllocSite()
3702 for (auto *DVI : DVIs) in visitAllocSite()