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 350 /// getNonLocalCallDependency - Perform a full dependency query for the
362 const NonLocalDepInfo &getNonLocalCallDependency(CallSite QueryCS);
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 113 MDA.getNonLocalCallDependency(CS);
MemoryDependenceAnalysis.cpp 615 /// getNonLocalCallDependency - Perform a full dependency query for the
628 MemoryDependenceAnalysis::getNonLocalCallDependency(CallSite QueryCS) {
630 "getNonLocalCallDependency should only be used on calls with non-local deps!");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 328 MD->getNonLocalCallDependency(CallSite(C));
    [all...]

Completed in 283 milliseconds