Home
last modified time | relevance | path

Searched refs:SRAGlobal (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp433 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const DataLayout &DL) { in SRAGlobal() function
1894 if (SRAGlobal(GV, DL)) in processInternalGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp461 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const DataLayout &DL) { in SRAGlobal() function
1986 if (SRAGlobal(GV, DL)) in processInternalGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp496 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const TargetData &TD) { in SRAGlobal() function
1808 if (GlobalVariable *FirstNewGV = SRAGlobal(GV, *TD)) { in ProcessInternalGlobal()