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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp380 /// CleanupPointerRootUsers - This GV is a pointer root. Loop over all users
384 static bool CleanupPointerRootUsers(GlobalVariable *GV, function
441 CleanupPointerRootUsers(GV, TLI);
986 Changed |= CleanupPointerRootUsers(GV, TLI);
1980 Changed = CleanupPointerRootUsers(GV, TLI);

Completed in 113 milliseconds