Lines Matching defs:Query
392 /// \param Query The UpwardsMemoryQuery we used for our search.
399 const UpwardsMemoryQuery &Query, BatchAAResults &AA,
432 if (instructionClobbersQuery(MD, MAP.second, Query.Inst, AA))
447 assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA) &&
516 UpwardsMemoryQuery *Query;
581 if (instructionClobbersQuery(MD, Desc.Loc, Query->Inst, *AA))
656 if (Query->SkipSelfAccess && Node.Loc == Query->StartingLoc) {
657 assert(isa<MemoryDef>(Query->OriginalAccess));
658 SkipStopWhere = Query->OriginalAccess;
933 Query = &Q;