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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h91 SmallVector<CoroSizeInst *, 2> CoroSizes; member in struct:llvm::coro::Shape
H A DCoroutines.cpp228 Shape.CoroSizes.clear();
261 CoroSizes.push_back(cast<CoroSizeInst>(II));
H A DCoroSplit.cpp815 if (Shape.CoroSizes.empty())
819 auto *SizeIntrin = Shape.CoroSizes.back();
825 for (CoroSizeInst *CS : Shape.CoroSizes) {

Completed in 85 milliseconds