Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h140 uint64_t ContextAlignment; member
145 Align getContextAlignment() const { return Align(ContextAlignment); } in getContextAlignment()
H A DCoroutines.cpp327 this->AsyncLowering.ContextAlignment = in buildFrom()