Lines Matching defs:QueryCall
718 } else if (auto *QueryCall = dyn_cast<CallBase>(QueryInst)) {
719 bool isReadOnly = AA.onlyReadsMemory(QueryCall);
720 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly,
747 MemoryDependenceResults::getNonLocalCallDependency(CallBase *QueryCall) {
748 assert(getDependency(QueryCall).isNonLocal() &&
751 PerInstNLInfo &CacheP = NonLocalDepsMap[QueryCall];
779 BasicBlock *QueryBB = QueryCall->getParent();
785 bool isReadonlyCall = AA.onlyReadsMemory(QueryCall);
829 QueryCall);
837 Dep = getCallDependencyFrom(QueryCall, isReadonlyCall, ScanPos, DirtyBB);
859 ReverseNonLocalDeps[Inst].insert(QueryCall);