Lines Matching refs:IsCall
138 bool IsCall = false; member in __anon487f31d70111::MemoryLocOrCall
147 IsCall = true; in MemoryLocOrCall()
150 IsCall = false; in MemoryLocOrCall()
161 assert(IsCall); in getCall()
166 assert(!IsCall); in getLoc()
171 if (IsCall != Other.IsCall) in operator ==()
174 if (!IsCall) in operator ==()
206 if (!MLOC.IsCall) in getHashValue()
208 MLOC.IsCall, in getHashValue()
212 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue()
323 if (UseMLOC.IsCall) in instructionClobbersQuery()
340 bool IsCall = false; member
354 : IsCall(isa<CallBase>(Inst)), Inst(Inst), OriginalAccess(Access) { in UpwardsMemoryQuery()
355 if (!IsCall) in UpwardsMemoryQuery()
2425 Q.IsCall = false; in getClobberingMemoryAccessBase()