Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2873 SmallVector<DbgValueInst *, 16> DVIs; in buildCoroutineFrame() local
2874 findDbgValues(DVIs, V); in buildCoroutineFrame()
2875 for (DbgValueInst *DVI : DVIs) in buildCoroutineFrame()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2866 SmallVector<DbgVariableIntrinsic *, 8> DVIs; in visitAllocSite() local
2869 findDbgUsers(DVIs, &MI); in visitAllocSite()
2903 for (auto *DVI : DVIs) in visitAllocSite()
2944 for (auto *DVI : DVIs) in visitAllocSite()