mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
This is the counterpart to the forward dense dataflow analysis and integrates into the dataflow framework. The implementation follows the structure of existing dataflow analyses. Reviewed By: Mogball, phisiart Differential Revision: https://reviews.llvm.org/D154713