Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h145 Align getContextAlignment() const { return Align(ContextAlignment); } in getContextAlignment() function
H A DCoroFrame.cpp1313 MaxFrameAlignment = Shape.AsyncLowering.getContextAlignment(); in buildFrameType()
1404 Shape.AsyncLowering.getContextAlignment()); in buildFrameType()
1405 if (Shape.AsyncLowering.getContextAlignment() < Shape.FrameAlign) { in buildFrameType()