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

  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 63 const Function *AccessingFunction;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 65 const Function *AccessingFunction = nullptr;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 84 if (!GS.AccessingFunction)
85 GS.AccessingFunction = F;
86 else if (GS.AccessingFunction != F)
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 71 if (!GS.AccessingFunction)
72 GS.AccessingFunction = F;
73 else if (GS.AccessingFunction != F)
186 StoredOnceValue(nullptr), AccessingFunction(nullptr),
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 132 /// AccessingFunction/HasMultipleAccessingFunctions - These start out
136 const Function *AccessingFunction;
147 StoredOnceValue(0), AccessingFunction(0),
191 if (GS.AccessingFunction == 0)
192 GS.AccessingFunction = F;
193 else if (GS.AccessingFunction != F)
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 655 milliseconds