Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h57 SmallVector<CoroAlignInst *, 2> CoroAligns; member
69 CoroAligns.clear(); in clear()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp204 CoroAligns.push_back(cast<CoroAlignInst>(II)); in analyze()
H A DCoroSplit.cpp1133 for (CoroAlignInst *CA : Shape.CoroAligns) { in replaceFrameSizeAndAlignment()