Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp33 SmallVector<CoroSubFnInst *, 4> DestroyAddr; member
167 for (CoroSubFnInst *DA : DestroyAddr) { in shouldElide()
197 DestroyAddr.clear(); in processCoroId()
221 DestroyAddr.push_back(II); in processCoroId()
244 replaceWithConstant(DestroyAddrConstant, DestroyAddr); in processCoroId()
H A DCoroSplit.cpp417 auto *DestroyAddr = Builder.CreateConstInBoundsGEP2_32( in updateCoroFrame() local
420 Builder.CreateStore(DestroyOrCleanupFn, DestroyAddr); in updateCoroFrame()