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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h472 MemDepResult getCallDependencyFrom(CallBase *Call, bool isReadOnlyCall,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp183 MemDepResult MemoryDependenceResults::getCallDependencyFrom( function in class:MemoryDependenceResults
669 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly,
790 Dep = getCallDependencyFrom(QueryCall, isReadonlyCall, ScanPos, DirtyBB);

Completed in 171 milliseconds