Searched defs:SRAGlobal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp433 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const DataLayout &DL) { function
1894 if (SRAGlobal(GV, DL))
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp491 /// SRAGlobal - Perform scalar replacement of aggregates on the specified global
496 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const TargetData &TD) { function
1808 if (GlobalVariable *FirstNewGV = SRAGlobal(GV, *TD)) {

Completed in 110 milliseconds