Home
last modified time | relevance | path

Searched refs:QueryCS (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp695 CallSite QueryCS(QueryInst); in getDependency() local
696 bool isReadOnly = AA->onlyReadsMemory(QueryCS); in getDependency()
697 LocalCache = getCallSiteDependencyFrom(QueryCS, isReadOnly, ScanPos, in getDependency()
737 MemoryDependenceAnalysis::getNonLocalCallDependency(CallSite QueryCS) { in getNonLocalCallDependency() argument
738 assert(getDependency(QueryCS.getInstruction()).isNonLocal() && in getNonLocalCallDependency()
740 PerInstNLInfo &CacheP = NonLocalDeps[QueryCS.getInstruction()]; in getNonLocalCallDependency()
772 BasicBlock *QueryBB = QueryCS.getInstruction()->getParent(); in getNonLocalCallDependency()
779 bool isReadonlyCall = AA->onlyReadsMemory(QueryCS); in getNonLocalCallDependency()
824 QueryCS.getInstruction()); in getNonLocalCallDependency()
832 Dep = getCallSiteDependencyFrom(QueryCS, isReadonlyCall,ScanPos, DirtyBB); in getNonLocalCallDependency()
[all …]
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h363 const NonLocalDepInfo &getNonLocalCallDependency(CallSite QueryCS);