Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp71 GS.HasNonInstructionUser = true; in analyzeGlobalAux()
176 GS.HasNonInstructionUser = true; in analyzeGlobalAux()
181 GS.HasNonInstructionUser = true; in analyzeGlobalAux()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h70 bool HasNonInstructionUser = false; member