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

  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 111 MDA.getNonLocalCallDependency(CS);
MemoryDependenceAnalysis.cpp 747 MemoryDependenceResults::getNonLocalCallDependency(CallSite QueryCS) {
749 "getNonLocalCallDependency should only be used on calls with "
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 372 const NonLocalDepInfo &getNonLocalCallDependency(CallSite QueryCS);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 349 /// getNonLocalCallDependency - Perform a full dependency query for the
361 const NonLocalDepInfo &getNonLocalCallDependency(CallSite QueryCS);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemDepPrinter.cpp 113 MDA.getNonLocalCallDependency(CS);
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/Transforms/Scalar/
GVN.cpp 409 MD->getNonLocalCallDependency(CallSite(C));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 281 MD->getNonLocalCallDependency(CallSite(C));
    [all...]

Completed in 4257 milliseconds