Home
last modified time | relevance | path

Searched refs:HasNonInstructionUser (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp59 GS.HasNonInstructionUser = true; in analyzeGlobalAux()
165 GS.HasNonInstructionUser = true; in analyzeGlobalAux()
170 GS.HasNonInstructionUser = true; in analyzeGlobalAux()
187 HasMultipleAccessingFunctions(false), HasNonInstructionUser(false), in GlobalStatus()
/external/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h68 bool HasNonInstructionUser; member
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp141 bool HasNonInstructionUser; member
148 HasMultipleAccessingFunctions(false), HasNonInstructionUser(false), in GlobalStatus()
181 GS.HasNonInstructionUser = true; in AnalyzeGlobal()
260 GS.HasNonInstructionUser = true; in AnalyzeGlobal()
265 GS.HasNonInstructionUser = true; in AnalyzeGlobal()
1752 GS.AccessingFunction && !GS.HasNonInstructionUser && in ProcessInternalGlobal()