Searched refs:QueryCall (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp757 } else if (auto *QueryCall = dyn_cast<CallBase>(QueryInst)) {
758 bool isReadOnly = AA.onlyReadsMemory(QueryCall);
759 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly,
786 MemoryDependenceResults::getNonLocalCallDependency(CallBase *QueryCall) { argument
787 assert(getDependency(QueryCall).isNonLocal() &&
790 PerInstNLInfo &CacheP = NonLocalDeps[QueryCall];
820 BasicBlock *QueryBB = QueryCall->getParent();
827 bool isReadonlyCall = AA.onlyReadsMemory(QueryCall);
872 QueryCall);
880 Dep = getCallDependencyFrom(QueryCall, isReadonlyCal
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h403 const NonLocalDepInfo &getNonLocalCallDependency(CallBase *QueryCall);

Completed in 113 milliseconds