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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDepPrinter.cpp29 NonFuncLocal, enumerator in enum:__anon4457::MemDepPrinter::DepType
68 return InstTypePair(dep.getInst(), NonFuncLocal);
90 = {"Clobber", "Def", "NonFuncLocal", "Unknown"};
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h112 NonFuncLocal, enumerator in enum:llvm::MemDepResult::OtherType
143 return MemDepResult(ValueTy::create<Other>(NonFuncLocal));
166 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal;

Completed in 111 milliseconds