mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +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