Return true if the value in GV can be tracked interprocedurally.
Synopsis
Declared in <llvm/Analysis/ValueLatticeUtils.h>
bool
canTrackGlobalVariableInterprocedurally(GlobalVariable* GV);
Description
A value can be tracked if the global variable has local linkage and is only used by non‐volatile loads and stores.
Return Value
True if the value in GV can be tracked interprocedurally.
Parameters
Name |
Description |
GV |
Global variable whose stored value is considered for interprocedural tracking. |
Created with MrDocs