Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h101 SmallVector<CoroSizeInst *, 2> CoroSizes; member
H A DCoroutines.cpp236 Shape.CoroSizes.clear(); in clear()
269 CoroSizes.push_back(cast<CoroSizeInst>(II)); in buildFrom()
H A DCoroSplit.cpp1068 if (Shape.CoroSizes.empty()) in replaceFrameSize()
1072 auto *SizeIntrin = Shape.CoroSizes.back(); in replaceFrameSize()
1078 for (CoroSizeInst *CS : Shape.CoroSizes) { in replaceFrameSize()