Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h505 using DepTy = PointerIntPair<AADepGraphNode *, 1>;
506 using DepSetTy = SmallSetVector<DepTy, 2>;
513 static AADepGraphNode *DepGetVal(const DepTy &DT) { return DT.getPointer(); }
514 static AbstractAttribute *DepGetValAA(const DepTy &DT) {
549 using DepTy = AADepGraphNode::DepTy;
550 static AADepGraphNode *DepGetVal(const DepTy &DT) { return DT.getPointer(); }
1707 AADepGraphNode::DepTy(&AA, unsigned(DepClassTy::REQUIRED)));
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3336 DepAAs.insert(AbstractAttribute::DepTy( in rememberDependences()
4137 using DepTy = PointerIntPair<AADepGraphNode *, 1>; typedef
4141 static NodeRef DepGetVal(const DepTy &DT) { return DT.getPointer(); } in DepGetVal()