Searched refs:DestroyAddr (Results 1 – 2 of 2) sorted by relevance
41 DenseMap<CoroBeginInst *, SmallVector<CoroSubFnInst *, 4>> DestroyAddr; member189 const auto &It = DestroyAddr.find(CB); in hasEscapePath()190 assert(It != DestroyAddr.end()); in hasEscapePath()258 for (auto &It : DestroyAddr) { in shouldElide()315 DestroyAddr.clear(); in processCoroId()337 DestroyAddr[CB].push_back(II); in processCoroId()360 for (auto &It : DestroyAddr) in processCoroId()
1138 auto *DestroyAddr = Builder.CreateStructGEP( in updateCoroFrame() local1141 Builder.CreateStore(DestroyOrCleanupFn, DestroyAddr); in updateCoroFrame()