HomeSort by: relevance | last modified time | path
    Searched refs:AADepGraphNode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 123 struct AADepGraphNode;
155 struct AADepGraphNode {
157 virtual ~AADepGraphNode(){};
158 using DepTy = PointerIntPair<AADepGraphNode *, 1>;
165 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); }
199 using DepTy = AADepGraphNode::DepTy;
200 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); }
207 AADepGraphNode SyntheticRoot;
208 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; }
1273 AADepGraphNode::DepTy(&AA, unsigned(DepClassTy::REQUIRED)))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 2482 template <> struct GraphTraits<AADepGraphNode *> {
2483 using NodeRef = AADepGraphNode *;
2484 using DepTy = PointerIntPair<AADepGraphNode *, 1>;
2485 using EdgeRef = PointerIntPair<AADepGraphNode *, 1>;
2487 static NodeRef getEntryNode(AADepGraphNode *DGN) { return DGN; }
2500 struct GraphTraits<AADepGraph *> : public GraphTraits<AADepGraphNode *> {
2514 static std::string getNodeLabel(const AADepGraphNode *Node,

Completed in 22 milliseconds