Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h137 Align getContextAlignment() const { return Align(ContextAlignment); } in getContextAlignment() function
H A DCoroFrame.cpp1158 MaxFrameAlignment = Shape.AsyncLowering.getContextAlignment(); in buildFrameType()
1252 Shape.AsyncLowering.getContextAlignment()); in buildFrameType()
1253 if (Shape.AsyncLowering.getContextAlignment() < Shape.FrameAlign) { in buildFrameType()