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

  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 106 if (!Res.isNonLocal()) {
MemoryDependenceAnalysis.cpp 816 assert(getDependency(QueryCS.getInstruction()).isNonLocal() &&
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 134 /// isNonLocal - Return true if this MemDepResult represents a query that
137 bool isNonLocal() const {
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 307 if (!local_dep.isDef() && !local_dep.isNonLocal()) {
344 if (I->getResult().isNonLocal())
    [all...]
DeadStoreElimination.cpp 779 if (Dep.isNonLocal())
    [all...]

Completed in 226 milliseconds