Searched defs:getCallSiteDependencyFrom (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp189 /// getCallSiteDependencyFrom - Private helper for finding the local
192 getCallSiteDependencyFrom(CallSite CS, bool isReadOnlyCall, function in class:MemoryDependenceAnalysis
550 LocalCache = getCallSiteDependencyFrom(QueryCS, isReadOnly, ScanPos,
685 Dep = getCallSiteDependencyFrom(QueryCS, isReadonlyCall,ScanPos, DirtyBB);
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp164 MemDepResult MemoryDependenceResults::getCallSiteDependencyFrom( function in class:MemoryDependenceResults
720 LocalCache = getCallSiteDependencyFrom(
842 getCallSiteDependencyFrom(QueryCS, isReadonlyCall, ScanPos, DirtyBB);

Completed in 1075 milliseconds