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