Home | History | Annotate | Download | only in IPO

Lines Matching refs:GlobalStatus

46 #include "llvm/Transforms/Utils/GlobalStatus.h"
1811 GlobalVariable *GV, const GlobalStatus &GS, TargetLibraryInfo *TLI,
1873 if (GS.StoredType <= GlobalStatus::InitializerStored) {
1897 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) {
1948 GlobalStatus GS;
1950 if (GlobalStatus::analyzeGlobal(&GV, GS))