Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1399 if (!ShouldLiveOnFrame) in getShouldLiveOnFrame()
1400 ShouldLiveOnFrame = computeShouldLiveOnFrame(); in getShouldLiveOnFrame()
1401 return *ShouldLiveOnFrame; in getShouldLiveOnFrame()
1429 mutable llvm::Optional<bool> ShouldLiveOnFrame{}; member