Searched refs:DestroyAddr (Results 1 – 2 of 2) sorted by relevance
39 DenseMap<CoroBeginInst *, SmallVector<CoroSubFnInst *, 4>> DestroyAddr; member178 const auto &It = DestroyAddr.find(CB); in hasEscapePath()179 assert(It != DestroyAddr.end()); in hasEscapePath()247 for (auto &It : DestroyAddr) { in shouldElide()304 DestroyAddr.clear(); in processCoroId()326 DestroyAddr[CB].push_back(II); in processCoroId()348 for (auto &It : DestroyAddr) in processCoroId()
1181 auto *DestroyAddr = Builder.CreateStructGEP( in updateCoroFrame() local1184 Builder.CreateStore(DestroyOrCleanupFn, DestroyAddr); in updateCoroFrame()