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

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 351 /// getNonLocalCallDependency - Perform a full dependency query for the
363 const NonLocalDepInfo &getNonLocalCallDependency(CallSite QueryCS);
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 112 MDA.getNonLocalCallDependency(CS);
MemoryDependenceAnalysis.cpp 620 /// getNonLocalCallDependency - Perform a full dependency query for the
633 MemoryDependenceAnalysis::getNonLocalCallDependency(CallSite QueryCS) {
635 "getNonLocalCallDependency should only be used on calls with non-local deps!");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 330 MD->getNonLocalCallDependency(CallSite(C));
    [all...]

Completed in 192 milliseconds