Lines Matching refs:IsCall
167 bool IsCall = false; member in __anonca596e530211::MemoryLocOrCall
176 IsCall = true; in MemoryLocOrCall()
179 IsCall = false; in MemoryLocOrCall()
190 assert(IsCall); in getCall()
195 assert(!IsCall); in getLoc()
200 if (IsCall != Other.IsCall) in operator ==()
203 if (!IsCall) in operator ==()
235 if (!MLOC.IsCall) in getHashValue()
237 MLOC.IsCall, in getHashValue()
241 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue()
353 if (UseMLOC.IsCall) in instructionClobbersQuery()
370 bool IsCall = false; member
384 : IsCall(isa<CallBase>(Inst)), Inst(Inst), OriginalAccess(Access) { in UpwardsMemoryQuery()
385 if (!IsCall) in UpwardsMemoryQuery()
2491 Q.IsCall = false; in getClobberingMemoryAccessBase()