Searched refs:MRI_Ref (Results 1 – 9 of 9) sorted by relevance
99 MRI_Ref = 1, enumerator103 MRI_ModRef = MRI_Ref | MRI_Mod138 FMRB_OnlyReadsArgumentPointees = FMRL_ArgumentPointees | MRI_Ref,153 FMRB_OnlyReadsMemory = FMRL_Anywhere | MRI_Ref,455 else if (MRB & MRI_Ref) in getModRefInfo()456 return MRI_Ref; in getModRefInfo()820 Mask = MRI_Ref; in getModRefInfo()882 Mask = ModRefInfo(Mask & MRI_Ref); in getModRefInfo()905 else if (ArgMask == MRI_Ref) in getModRefInfo()940 ((ArgMask & MRI_Ref) != MRI_NoModRef && in getModRefInfo()
198 EXPECT_EQ(AA.getModRefInfo(Load1, MemoryLocation()), MRI_Ref); in TEST_F()199 EXPECT_EQ(AA.getModRefInfo(Load1), MRI_Ref); in TEST_F()
147 ModRefInfo GlobalMRI = mayReadAnyGlobal() ? MRI_Ref : MRI_NoModRef; in getModRefInfoForGlobal()299 FunctionInfos[Reader].addModRefInfoForGlobal(GV, MRI_Ref); in AnalyzeGlobals()522 FI.addModRefInfo(MRI_Ref); in AnalyzeCallGraph()597 FI.addModRefInfo(MRI_Ref); in AnalyzeCallGraph()887 ModRefInfo ConservativeResult = CS.onlyReadsMemory() ? MRI_Ref : MRI_ModRef; in getModRefInfoForArgument()
206 return MRI_Ref; in getModRefInfo()353 R = MRI_Ref; in callCapturesBefore()
305 case MRI_Ref: in runOnFunction()331 case MRI_Ref: in runOnFunction()
604 return ArgIdx ? MRI_Ref : MRI_Mod; in getArgModRefInfo()615 return ArgIdx ? MRI_Ref : MRI_Mod; in getArgModRefInfo()620 return MRI_Ref; in getArgModRefInfo()
135 return MRI_Ref; in GetLocation()200 return MRI_Ref; in GetLocation()712 case MRI_Ref: in getSimplePointerDependencyFrom()
645 if (AA->getModRefInfo(DepWrite, Loc) & MRI_Ref) in runOnBasicBlock()892 return A == MRI_ModRef || A == MRI_Ref; in handleEndBlock()
155 if (MRB & MRI_Ref) in checkFunctionMemoryAccess()180 if (MRB & MRI_Ref) in checkFunctionMemoryAccess()