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

  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 43 InitializerStored,
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 105 if (GS.StoredType < GlobalStatus::InitializerStored)
106 GS.StoredType = GlobalStatus::InitializerStored;
109 if (GS.StoredType < GlobalStatus::InitializerStored)
110 GS.StoredType = GlobalStatus::InitializerStored;
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 52 milliseconds