llvm-project/llvm/lib/Transforms/Coroutines
Kazu Hirata 7dc3575ef2 [llvm] Remove redundant return and continue statements (NFC)
Identified with readability-redundant-control-flow.
2021-01-14 20:30:34 -08:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
CoroCleanup.cpp Start of an llvm.coro.async implementation 2020-11-04 10:29:21 -08:00
CoroEarly.cpp Add a llvm.coro.end.async intrinsic 2020-12-22 10:52:28 -08:00
CoroElide.cpp llvm.coro.id.async lowering: Parameterize how-to restore the current's continutation context and restart the pipeline after splitting 2020-11-06 06:22:46 -08:00
CoroFrame.cpp [llvm] Remove redundant return and continue statements (NFC) 2021-01-14 20:30:34 -08:00
CoroInstr.h Add a llvm.coro.end.async intrinsic 2020-12-22 10:52:28 -08:00
CoroInternal.h Add a llvm.coro.end.async intrinsic 2020-12-22 10:52:28 -08:00
CoroSplit.cpp [CoroSplit][NewPM] Don't call LazyCallGraph functions to split when no clones 2021-01-07 14:06:35 -08:00
Coroutines.cpp [Coroutines] checkAsyncFuncPointer - use cast<> instead of dyn_cast<> for dereferenced pointer. NFCI. 2021-01-05 10:31:45 +00:00