14#ifndef LLVM_ANALYSIS_VALUELATTICEUTILS_H 
   15#define LLVM_ANALYSIS_VALUELATTICEUTILS_H 
This is an optimization pass for GlobalISel generic memory operations.
 
bool canTrackGlobalVariableInterprocedurally(GlobalVariable *GV)
Determine if the value maintained in the given global variable can be tracked interprocedurally.
 
bool canTrackReturnsInterprocedurally(Function *F)
Determine if the values of the given function's returns can be tracked interprocedurally.
 
bool canTrackArgumentsInterprocedurally(Function *F)
Determine if the values of the given function's arguments can be tracked interprocedurally.