Searched refs:CoroSizes (Results 1 – 3 of 3) sorted by relevance
56 SmallVector<CoroSizeInst *, 2> CoroSizes; member68 CoroSizes.clear(); in clear()
1123 auto *SizeIntrin = Shape.CoroSizes.back(); in getFrameSizeForShape()1139 if (Shape.CoroSizes.empty()) in replaceFrameSizeAndAlignment()1143 auto *SizeIntrin = Shape.CoroSizes.back(); in replaceFrameSizeAndAlignment()1147 for (CoroSizeInst *CS : Shape.CoroSizes) { in replaceFrameSizeAndAlignment()
201 CoroSizes.push_back(cast<CoroSizeInst>(II)); in analyze()