Lines Matching refs:IsCall
989 bool IsCall; member
1006 : SawBackedgePhi(false), IsCall(false), Inst(nullptr), in UpwardsMemoryQuery()
1010 : SawBackedgePhi(false), IsCall(ImmutableCallSite(Inst)), Inst(Inst), in UpwardsMemoryQuery()
1031 Q.IsCall = bool(ImmutableCallSite(I)); in invalidateInfo()
1033 if (!Q.IsCall) in invalidateInfo()
1051 if (Q.IsCall) in doCacheRemove()
1066 if (Q.IsCall) in doCacheInsert()
1079 if (Q.IsCall) in doCacheLookup()
1095 if (!Q.IsCall) in instructionClobbersQuery()
1262 Q.IsCall = false; in getClobberingMemoryAccess()
1298 Q.IsCall = bool(ImmutableCallSite(I)); in getClobberingMemoryAccess()
1299 if (!Q.IsCall) in getClobberingMemoryAccess()
1321 if (Q.IsCall) in getClobberingMemoryAccess()