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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h487 MemDepResult getCallDependencyFrom(CallBase *Call, bool isReadOnlyCall,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp184 MemDepResult MemoryDependenceResults::getCallDependencyFrom( function in class:MemoryDependenceResults
759 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly,
880 Dep = getCallDependencyFrom(QueryCall, isReadonlyCall, ScanPos, DirtyBB);

Completed in 178 milliseconds