Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemDepPrinter.cpp37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; typedef
38 typedef std::pair<InstTypePair, const BasicBlock *> Dep;
64 static InstTypePair getInstTypePair(MemDepResult dep) { in getInstTypePair()
66 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
68 return InstTypePair(dep.getInst(), Def); in getInstTypePair()
70 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()
72 return InstTypePair(dep.getInst(), Unknown); in getInstTypePair()