llvm-project/llvm/lib/Transforms
Florian Hahn 6abce17fc2
[VPlan] Use Exiting-block instead of Exit-block terminology (NFC).
In LLVM's common loop terminology, an exit block is a block outside a
loop with a predecessor inside the loop. An exiting block is a block
inside the loop which branches to an exit block outside the loop.

This patch updates a few places where VPlan was using ExitBlock for a
block exiting a region. Those instances have been updated to use
ExitingBlock.

Reviewed By: Ayal

Differential Revision: https://reviews.llvm.org/D126173
2022-05-28 21:16:05 +01:00
..
AggressiveInstCombine Cleanup includes: Transform/Scalar 2022-03-03 07:56:34 +01:00
CFGuard [CFG] Handle calls with funclet bundle 2021-12-03 10:51:10 -08:00
Coroutines [iwyu] Handle regressions in libLLVM header include 2022-05-26 08:12:34 +02:00
Hello
IPO Add !nosanitize to FixedMetadataKinds 2022-05-27 09:46:13 +08:00
InstCombine [InstCombine] fold multiply by signbit-splat to cmp+select 2022-05-27 11:54:19 -04:00
Instrumentation Add !nosanitize to FixedMetadataKinds 2022-05-27 09:46:13 +08:00
ObjCARC Cleanup includes: final pass 2022-03-29 09:00:21 +02:00
Scalar [LSR][TTI][PowerPC][SystemZ][X86] Add const-ness to TTI::isLSRCostLess. NFC 2022-05-27 15:22:23 -07:00
Utils [iwyu] Handle regressions in libLLVM header include 2022-05-26 08:12:34 +02:00
Vectorize [VPlan] Use Exiting-block instead of Exit-block terminology (NFC). 2022-05-28 21:16:05 +01:00
CMakeLists.txt