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

  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 68 bool HasNonInstructionUser;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 70 bool HasNonInstructionUser = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 71 GS.HasNonInstructionUser = true;
176 GS.HasNonInstructionUser = true;
181 GS.HasNonInstructionUser = true;
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 59 GS.HasNonInstructionUser = true;
165 GS.HasNonInstructionUser = true;
170 GS.HasNonInstructionUser = true;
187 HasMultipleAccessingFunctions(false), HasNonInstructionUser(false),
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 139 /// HasNonInstructionUser - Set to true if this global has a user that is not
141 bool HasNonInstructionUser;
148 HasMultipleAccessingFunctions(false), HasNonInstructionUser(false),
181 GS.HasNonInstructionUser = true;
260 GS.HasNonInstructionUser = true;
265 GS.HasNonInstructionUser = true;
    [all...]

Completed in 152 milliseconds