Lines Matching refs:IsCall
125 bool IsCall = false; member in __anonb08d52880111::MemoryLocOrCall
134 IsCall = true; in MemoryLocOrCall()
137 IsCall = false; in MemoryLocOrCall()
148 assert(IsCall); in getCall()
153 assert(!IsCall); in getLoc()
158 if (IsCall != Other.IsCall) in operator ==()
161 if (!IsCall) in operator ==()
193 if (!MLOC.IsCall) in getHashValue()
195 MLOC.IsCall, in getHashValue()
199 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue()
309 if (UseMLOC.IsCall) in instructionClobbersQuery()
326 bool IsCall = false; member
340 : IsCall(isa<CallBase>(Inst)), Inst(Inst), OriginalAccess(Access) { in UpwardsMemoryQuery()
341 if (!IsCall) in UpwardsMemoryQuery()
1363 if (!UseMLOC.IsCall && lifetimeEndsAt(MD, UseMLOC.getLoc(), *AA)) { in optimizeUsesInBlock()
2233 Q.IsCall = false; in getClobberingMemoryAccessBase()