Home | History | Annotate | Download | only in IPO

Lines Matching refs:GlobalStatus

68 #include "llvm/Transforms/Utils/GlobalStatus.h"
1901 GlobalVariable *GV, const GlobalStatus &GS, TargetLibraryInfo *TLI,
1965 if (GS.StoredType <= GlobalStatus::InitializerStored) {
1989 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) {
2040 GlobalStatus GS;
2042 if (GlobalStatus::analyzeGlobal(&GV, GS))