Searched refs:CleanupConstantGlobalUsers (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 467 /// CleanupConstantGlobalUsers - We just marked GV constant. Loop over all 471 static bool CleanupConstantGlobalUsers(Value *V, Constant *Init, function 494 Changed |= CleanupConstantGlobalUsers(CE, SubInit, TD, TLI); 498 Changed |= CleanupConstantGlobalUsers(CE, 0, TD, TLI); 522 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, TD, TLI); 539 CleanupConstantGlobalUsers(V, Init, TD, TLI); 989 CleanupConstantGlobalUsers(GV, 0, TD, TLI); 1984 Changed = CleanupConstantGlobalUsers(GV, GV->getInitializer(), TD, TLI); 2000 CleanupConstantGlobalUsers(GV, GV->getInitializer(), TD, TLI); 2029 CleanupConstantGlobalUsers(G [all...] |
Completed in 66 milliseconds