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

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp193 /// getCallSiteDependencyFrom - Private helper for finding the local
196 getCallSiteDependencyFrom(CallSite CS, bool isReadOnlyCall, function in class:MemoryDependenceAnalysis
593 LocalCache = getCallSiteDependencyFrom(QueryCS, isReadOnly, ScanPos,
728 Dep = getCallSiteDependencyFrom(QueryCS, isReadonlyCall,ScanPos, DirtyBB);

Completed in 583 milliseconds