Searched refs:DestroyAddr (Results 1 – 2 of 2) sorted by relevance
40 DenseMap<CoroBeginInst *, SmallVector<CoroSubFnInst *, 4>> DestroyAddr; member180 const auto &It = DestroyAddr.find(CB); in hasEscapePath()181 assert(It != DestroyAddr.end()); in hasEscapePath()249 for (const auto &It : DestroyAddr) { in shouldElide()306 DestroyAddr.clear(); in processCoroId()328 DestroyAddr[CB].push_back(II); in processCoroId()350 for (auto &It : DestroyAddr) in processCoroId()
1195 auto *DestroyAddr = Builder.CreateStructGEP( in updateCoroFrame() local1198 Builder.CreateStore(DestroyOrCleanupFn, DestroyAddr); in updateCoroFrame()