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

  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 47 /// stored to it in StoredOnceValue below. This is only tracked for scalar
58 Value *StoredOnceValue;
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 113 GS.StoredOnceValue = StoredVal;
115 GS.StoredOnceValue == StoredVal) {
182 StoredOnceValue(nullptr), AccessingFunction(nullptr),
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 297 milliseconds