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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp179 /// CleanupPointerRootUsers - This GV is a pointer root. Loop over all users
183 static bool CleanupPointerRootUsers(GlobalVariable *GV, function
240 CleanupPointerRootUsers(GV, TLI);
787 Changed |= CleanupPointerRootUsers(GV, TLI);
1775 Changed = CleanupPointerRootUsers(GV, TLI);

Completed in 216 milliseconds