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

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 89 /// NonFuncLocal - This marker indicates that the query has no
91 NonFuncLocal = 0x8,
119 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other));
146 && Value.getPointer() == reinterpret_cast<Instruction*>(NonFuncLocal);
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 31 NonFuncLocal,
70 return InstTypePair(dep.getInst(), NonFuncLocal);
92 = {"Clobber", "Def", "NonFuncLocal", "Unknown"};

Completed in 1815 milliseconds