llvm-project/llvm/lib/Transforms/Coroutines
David Blaikie 31b98d2e99 Move Analysis/Utils/Local.h back to Transforms
Review feedback from r328165. Split out just the one function from the
file that's used by Analysis. (As chandlerc pointed out, the original
change only moved the header and not the implementation anyway - which
was fine for the one function that was used (since it's a
template/inlined in the header) but not in general)

llvm-svn: 333954
2018-06-04 21:23:21 +00:00
..
CMakeLists.txt Remove trailing space in build file. 2018-04-07 03:30:28 +00:00
CoroCleanup.cpp [coroutines] Call initializePass in coroutine pass constructors 2017-05-31 03:12:42 +00:00
CoroEarly.cpp [coroutines] Add support for llvm.coro.noop intrinsics 2018-04-02 16:55:12 +00:00
CoroElide.cpp [Coroutines] PR34897: Fix incorrect elisions 2018-05-11 03:12:28 +00:00
CoroFrame.cpp Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
CoroInstr.h Remove `inline` keyword from inline `classof` methods 2017-06-29 19:35:17 +00:00
CoroInternal.h [coroutines] Respect alloca alignment requirements when building coroutine frame 2018-04-03 20:54:20 +00:00
CoroSplit.cpp Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
Coroutines.cpp Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
LLVMBuild.txt