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

  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 49 StoredOnce,
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 111 } else if (GS.StoredType < GlobalStatus::StoredOnce) {
112 GS.StoredType = GlobalStatus::StoredOnce;
114 } else if (GS.StoredType == GlobalStatus::StoredOnce &&
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 182 milliseconds