Searched refs:SRAGlobal (Results 1 – 3 of 3) sorted by relevance
433 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const DataLayout &DL) { in SRAGlobal() function1894 if (SRAGlobal(GV, DL)) in processInternalGlobal()
461 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const DataLayout &DL) { in SRAGlobal() function1986 if (SRAGlobal(GV, DL)) in processInternalGlobal()
496 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const TargetData &TD) { in SRAGlobal() function1808 if (GlobalVariable *FirstNewGV = SRAGlobal(GV, *TD)) { in ProcessInternalGlobal()