Home
last modified time | relevance | path

Searched refs:CoroSizes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h56 SmallVector<CoroSizeInst *, 2> CoroSizes; member
68 CoroSizes.clear(); in clear()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1123 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()
H A DCoroutines.cpp201 CoroSizes.push_back(cast<CoroSizeInst>(II)); in analyze()