Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1587 if (!ShouldLiveOnFrame) in getShouldLiveOnFrame()
1588 ShouldLiveOnFrame = computeShouldLiveOnFrame(); in getShouldLiveOnFrame()
1589 return *ShouldLiveOnFrame; in getShouldLiveOnFrame()
1620 mutable std::optional<bool> ShouldLiveOnFrame{}; member