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 DCoroFrame.cpp3222 SmallVector<DbgValueInst *, 16> DVIs; in buildCoroutineFrame() local
3224 findDbgValues(DVIs, V, &DVRs); in buildCoroutineFrame()
3225 for (DbgValueInst *DVI : DVIs) in buildCoroutineFrame()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3253 SmallVector<DbgVariableIntrinsic *, 8> DVIs; in visitAllocSite() local
3257 findDbgUsers(DVIs, &MI, &DVRs); in visitAllocSite()
3294 for (auto *DVI : DVIs) in visitAllocSite()
3341 for (auto *DVI : DVIs) in visitAllocSite()