Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroConditionalWrapper.h20 struct CoroConditionalWrapper : PassInfoMixin<CoroConditionalWrapper> { struct
23 static bool isRequired() { return true; } in isRequired()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroConditionalWrapper.cpp15 CoroConditionalWrapper::CoroConditionalWrapper(ModulePassManager &&PM) in CoroConditionalWrapper() function in CoroConditionalWrapper