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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp653 // isReadonlyCall - If this is a read-only call, we can be more aggressive.
654 bool isReadonlyCall = AA->onlyReadsMemory(QueryCS); local
707 Dep = getCallSiteDependencyFrom(QueryCS, isReadonlyCall,ScanPos, DirtyBB);

Completed in 139 milliseconds