Lines Matching defs:QueryCall
689 } else if (auto *QueryCall = dyn_cast<CallBase>(QueryInst)) {
690 bool isReadOnly = AA.onlyReadsMemory(QueryCall);
691 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly,
718 MemoryDependenceResults::getNonLocalCallDependency(CallBase *QueryCall) {
719 assert(getDependency(QueryCall).isNonLocal() &&
722 PerInstNLInfo &CacheP = NonLocalDepsMap[QueryCall];
750 BasicBlock *QueryBB = QueryCall->getParent();
756 bool isReadonlyCall = AA.onlyReadsMemory(QueryCall);
800 QueryCall);
808 Dep = getCallDependencyFrom(QueryCall, isReadonlyCall, ScanPos, DirtyBB);
830 ReverseNonLocalDeps[Inst].insert(QueryCall);