HomeSort by relevance Sort by last modified time
    Searched defs:getNonLocalCallDependency (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp 577 /// getNonLocalCallDependency - Perform a full dependency query for the
590 MemoryDependenceAnalysis::getNonLocalCallDependency(CallSite QueryCS) {
592 "getNonLocalCallDependency should only be used on calls with non-local deps!");
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 747 MemoryDependenceResults::getNonLocalCallDependency(CallSite QueryCS) {
749 "getNonLocalCallDependency should only be used on calls with "
    [all...]

Completed in 51 milliseconds