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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp826 // isReadonlyCall - If this is a read-only call, we can be more aggressive.
827 bool isReadonlyCall = AA.onlyReadsMemory(QueryCall); local
880 Dep = getCallDependencyFrom(QueryCall, isReadonlyCall, ScanPos, DirtyBB);

Completed in 101 milliseconds