Home
last modified time | relevance | path

Searched refs:IsFrameInlineInStorage (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h136 bool IsFrameInlineInStorage; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp333 RetconLowering.IsFrameInlineInStorage = false; in analyze()
H A DCoroSplit.cpp162 if (Shape.RetconLowering.IsFrameInlineInStorage) in maybeFreeRetconStorage()
789 if (Shape.RetconLowering.IsFrameInlineInStorage) in deriveNewFramePointer()
1824 if (Shape.RetconLowering.IsFrameInlineInStorage) { in splitCoroutine()
H A DCoroFrame.cpp952 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()