Lines Matching refs:QueryCS
695 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()
854 ReverseNonLocalDeps[Inst].insert(QueryCS.getInstruction()); in getNonLocalCallDependency()