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

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

Completed in 48 milliseconds