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

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

Completed in 124 milliseconds