Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h76 SmallVector<CoroSizeInst *, 2> CoroSizes; member
H A DCoroutines.cpp152 Shape.CoroSizes.clear(); in clear()
186 CoroSizes.push_back(cast<CoroSizeInst>(II)); in buildFrom()
H A DCoroSplit.cpp1124 if (Shape.CoroSizes.empty()) in replaceFrameSizeAndAlignment()
1128 auto *SizeIntrin = Shape.CoroSizes.back(); in replaceFrameSizeAndAlignment()
1134 for (CoroSizeInst *CS : Shape.CoroSizes) { in replaceFrameSizeAndAlignment()