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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp464 /// SRAGlobal - Perform scalar replacement of aggregates on the specified global
469 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const DataLayout &TD) { function
1816 if (GlobalVariable *FirstNewGV = SRAGlobal(GV, *TD)) {

Completed in 93 milliseconds