Searched refs:OutlinedParts (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h155 ConstantStruct *OutlinedParts = nullptr; member in struct:llvm::CoroIdInst::Info
158 bool hasOutlinedParts() const { return OutlinedParts != nullptr; }
170 if ((Result.OutlinedParts = dyn_cast<ConstantStruct>(Initializer)))

Completed in 98 milliseconds