Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2589 SmallVector<DbgValueInst *, 16> DVIs; in buildCoroutineFrame() local
2590 findDbgValues(DVIs, &I); in buildCoroutineFrame()
2591 for (auto *DVI : DVIs) in buildCoroutineFrame()
2675 SmallVector<DbgValueInst *, 16> DVIs; in buildCoroutineFrame() local
2676 findDbgValues(DVIs, V); in buildCoroutineFrame()
2677 llvm::for_each(DVIs, [&](DbgValueInst *DVI) { in buildCoroutineFrame()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2619 SmallVector<DbgVariableIntrinsic *, 8> DVIs; in visitAllocSite() local
2622 findDbgUsers(DVIs, &MI); in visitAllocSite()
2656 for (auto *DVI : DVIs) in visitAllocSite()
2697 for (auto *DVI : DVIs) in visitAllocSite()