[NFC] [Coroutines] Rename ReuseFrameSlot to OptimizeFrame
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Wed, 5 Jan 2022 03:36:49 +0000 (11:36 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Wed, 5 Jan 2022 03:40:27 +0000 (11:40 +0800)
commite627f4ce0d59e64fee03f85d575eb9e626013f28
tree70414c52bfd7922d2454ddfad0016a55a09e4e8a
parent292395329c68e82d72f4770296cdf2bcd9d01a80
[NFC] [Coroutines] Rename ReuseFrameSlot to OptimizeFrame

We could use the variable as a flag to indicate if the optimization
is on.
llvm/include/llvm/Transforms/Coroutines/CoroSplit.h
llvm/lib/Transforms/Coroutines/CoroFrame.cpp
llvm/lib/Transforms/Coroutines/CoroInternal.h
llvm/lib/Transforms/Coroutines/CoroSplit.cpp