Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h131 uint64_t ContextAlignment; member
136 Align getContextAlignment() const { return Align(ContextAlignment); } in getContextAlignment()
H A DCoroutines.cpp318 this->AsyncLowering.ContextAlignment = in buildFrom()