Lines Matching refs:IsCall
160 bool IsCall = false; member in __anon672a7b590211::MemoryLocOrCall
169 IsCall = true; in MemoryLocOrCall()
172 IsCall = false; in MemoryLocOrCall()
183 assert(IsCall); in getCall()
188 assert(!IsCall); in getLoc()
193 if (IsCall != Other.IsCall) in operator ==()
196 if (!IsCall) in operator ==()
228 if (!MLOC.IsCall) in getHashValue()
230 MLOC.IsCall, in getHashValue()
234 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue()
329 if (UseMLOC.IsCall) in instructionClobbersQuery()
346 bool IsCall = false; member
359 : IsCall(isa<CallBase>(Inst)), Inst(Inst), OriginalAccess(Access) { in UpwardsMemoryQuery()
360 if (!IsCall) in UpwardsMemoryQuery()
2414 Q.IsCall = false; in getClobberingMemoryAccessBase()