15 #ifndef LLVM_ANALYSIS_VALUELATTICEUTILS_H 16 #define LLVM_ANALYSIS_VALUELATTICEUTILS_H 41 #endif // LLVM_ANALYSIS_VALUELATTICEUTILS_H This class represents lattice values for constants.
bool canTrackArgumentsInterprocedurally(Function *F)
Determine if the values of the given function's arguments can be tracked interprocedurally.
bool canTrackReturnsInterprocedurally(Function *F)
Determine if the values of the given function's returns can be tracked interprocedurally.
bool canTrackGlobalVariableInterprocedurally(GlobalVariable *GV)
Determine if the value maintained in the given global variable can be tracked interprocedurally.