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

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h89 /// NonFuncLocal - This marker indicates that the query has no
91 NonFuncLocal = 0x8, enumerator in enum:llvm::MemDepResult::OtherType
119 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other));
146 && Value.getPointer() == reinterpret_cast<Instruction*>(NonFuncLocal);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemDepPrinter.cpp31 NonFuncLocal, enumerator in enum:__anon2098::MemDepPrinter::DepType
70 return InstTypePair(dep.getInst(), NonFuncLocal);
92 = {"Clobber", "Def", "NonFuncLocal", "Unknown"};

Completed in 48 milliseconds