Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1569 if (!ShouldLiveOnFrame) in getShouldLiveOnFrame()
1570 ShouldLiveOnFrame = computeShouldLiveOnFrame(); in getShouldLiveOnFrame()
1571 return *ShouldLiveOnFrame; in getShouldLiveOnFrame()
1599 mutable std::optional<bool> ShouldLiveOnFrame{}; member