Home
last modified time | relevance | path

Searched refs:getContextAlignment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h136 Align getContextAlignment() const { return Align(ContextAlignment); } in getContextAlignment() function
H A DCoroFrame.cpp1136 MaxFrameAlignment = Shape.AsyncLowering.getContextAlignment(); in buildFrameType()
1230 Shape.AsyncLowering.getContextAlignment()); in buildFrameType()
1231 if (Shape.AsyncLowering.getContextAlignment() < Shape.FrameAlign) { in buildFrameType()