HomeSort by relevance Sort by last modified time
    Searched refs:CleanupConstantGlobalUsers (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 233 static bool CleanupConstantGlobalUsers(Value *V, Constant *Init,
265 Changed |= CleanupConstantGlobalUsers(CE, SubInit, DL, TLI);
270 Changed |= CleanupConstantGlobalUsers(CE, nullptr, DL, TLI);
294 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, DL, TLI);
311 CleanupConstantGlobalUsers(V, Init, DL, TLI);
757 CleanupConstantGlobalUsers(GV, nullptr, DL, TLI);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 306 /// CleanupConstantGlobalUsers - We just marked GV constant. Loop over all
310 static bool CleanupConstantGlobalUsers(Value *V, Constant *Init) {
331 Changed |= CleanupConstantGlobalUsers(CE, SubInit);
335 Changed |= CleanupConstantGlobalUsers(CE, 0);
353 Changed |= CleanupConstantGlobalUsers(GEP, SubInit);
371 CleanupConstantGlobalUsers(V, Init);
    [all...]

Completed in 156 milliseconds