Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp151 Shape.CoroSizes.clear(); in clear()
189 CoroSizes.push_back(cast<CoroSizeInst>(II)); in buildFrom()
H A DCoroInternal.h83 SmallVector<CoroSizeInst *, 2> CoroSizes; member
H A DCoroSplit.cpp1192 if (Shape.CoroSizes.empty()) in replaceFrameSizeAndAlignment()
1196 auto *SizeIntrin = Shape.CoroSizes.back(); in replaceFrameSizeAndAlignment()
1202 for (CoroSizeInst *CS : Shape.CoroSizes) { in replaceFrameSizeAndAlignment()