Home | History | Annotate | Download | only in IPO

Lines Matching refs:HasNonInstructionUser

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;
1752 GS.AccessingFunction && !GS.HasNonInstructionUser &&