Home
last modified time | relevance | path

Searched defs:CoroSplitPass (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Coroutines/
H A DCoroSplit.h24 struct CoroSplitPass : PassInfoMixin<CoroSplitPass> { struct
25 CoroSplitPass(bool ReuseFrameSlot = false) : ReuseFrameSlot(ReuseFrameSlot) {} in ReuseFrameSlot() argument
29 static bool isRequired() { return true; } in isRequired()
32 bool ReuseFrameSlot;