Lines Matching refs:IsCall
161 bool IsCall = false; member in __anon72856b230211::MemoryLocOrCall
170 IsCall = true; in MemoryLocOrCall()
173 IsCall = false; in MemoryLocOrCall()
184 assert(IsCall); in getCall()
189 assert(!IsCall); in getLoc()
194 if (IsCall != Other.IsCall) in operator ==()
197 if (!IsCall) in operator ==()
229 if (!MLOC.IsCall) in getHashValue()
231 MLOC.IsCall, in getHashValue()
235 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue()
332 if (UseMLOC.IsCall) in instructionClobbersQuery()
349 bool IsCall = false; member
362 : IsCall(isa<CallBase>(Inst)), Inst(Inst), OriginalAccess(Access) { in UpwardsMemoryQuery()
363 if (!IsCall) in UpwardsMemoryQuery()
2477 Q.IsCall = false; in getClobberingMemoryAccessBase()