Determine if the value maintained in the given global variable can be tracked interprocedurally. A value can be tracked if the global variable has local linkage and is only used by non‐volatile loads and stores.
Synopsis
Declared in <llvm/Analysis/ValueLatticeUtils.h>
bool
canTrackGlobalVariableInterprocedurally(GlobalVariable* GV);
Created with MrDocs