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

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 133 /// isNonLocal - Return true if this MemDepResult represents a query that
136 bool isNonLocal() const {
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 107 if (!Res.isNonLocal()) {
MemoryDependenceAnalysis.cpp 634 assert(getDependency(QueryCS.getInstruction()).isNonLocal() &&
746 if (!Dep.isNonLocal()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 699 if (Dep.isNonLocal())
GVN.cpp 301 if (!local_dep.isDef() && !local_dep.isNonLocal()) {
338 if (I->getResult().isNonLocal())
    [all...]

Completed in 102 milliseconds