HomeSort by: relevance | last modified time | path
    Searched refs:NonFuncLocal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemDepPrinter.cpp 32 NonFuncLocal,
71 return InstTypePair(dep.getInst(), NonFuncLocal);
90 = {"Clobber", "Def", "NonFuncLocal", "Unknown"};
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 113 NonFuncLocal,
144 return MemDepResult(ValueTy::create<Other>(NonFuncLocal));
167 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal;

Completed in 24 milliseconds