llvm-project/llvm/unittests/Transforms/IPO
Kuter Dinel 66a0b3464c [Attributor] AAFunctionReachability, Handle CallBase Reachability.
This patch makes it possible to query callbase reachability
(Can a callbase reach a function Fn transitively).
The patch moves the reachability query handling logic to a member class,
this class will have more users within the AA once we add other function
reachability queries.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D106402
2021-09-13 01:35:44 +03:00
..
AttributorTest.cpp [Attributor] AAFunctionReachability, Handle CallBase Reachability. 2021-09-13 01:35:44 +03:00
AttributorTestBase.h Attributor.h - remove unnecessary includes. NFCI. 2020-07-30 15:26:41 +01:00
CMakeLists.txt
LowerTypeTests.cpp
WholeProgramDevirt.cpp