Home
last modified time | relevance | path

Searched refs:NonFuncLocal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h90 NonFuncLocal = 0x8, enumerator
119 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other)); in getNonFuncLocal()
146 && Value.getPointer() == reinterpret_cast<Instruction*>(NonFuncLocal); in isNonFuncLocal()
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp30 NonFuncLocal, enumerator
69 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()