LLVM-Study-Notes
latest
Contents:
Important and useful LLVM APIs
LLVM IR
SSA
Analysis
Transform
Aggressive Dead Code Elimination
Called Value Propagation
SparsePropagation
CalledValuePropagation
Correlated Value Propagation
SLP Vectorizer
Link Time Optimization
Sanitizer
Misc
LLVM-Study-Notes
»
Transform
»
Called Value Propagation
Edit on GitHub
Called Value Propagation
Contents:
SparsePropagation
Introduction
AbstractLatticeFunction
SparseSolver
Example
Reference
CalledValuePropagation
Introduction
CalledValuePropagationPass
CVPLatticeKey
CVPLatticeVal
CVPLatticeFunc
How to call CalledValuePropagationPass in your code
Index
Module Index
Search Page