SageInterface::call_liveness_analysis
Call liveness analysis on an entire project
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
LivenessAnalysis*
call_liveness_analysis(
SgProject* project,
bool debug = false);
Parameters
Name |
Description |
project |
This class represents a source project, with a list of SgFile objects and global |
Created with MrDocs