llvm-project/llvm/unittests/Transforms
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
..
IPO [Attributor] AAFunctionReachability, Handle CallBase Reachability. 2021-09-13 01:35:44 +03:00
Scalar [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
Utils [CodeExtractor] Creating exit stubs based off original order branch instructions. 2021-09-08 15:15:15 -07:00
Vectorize [VPlan] Add mayReadOrWriteMemory & friends. 2021-05-24 13:11:32 +01:00
CMakeLists.txt