HomeSort by relevance Sort by last modified time
    Searched refs:hasPredecessor (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 521 /// NOTE: Implemented on top of hasPredecessor and every bit as
523 bool isPredecessorOf(const SDNode *N) const { return N->hasPredecessor(this); }
525 /// hasPredecessor - Return true if N is a predecessor of this node.
529 bool hasPredecessor(const SDNode *N) const;
537 /// hasPredecessor. Be sure to clear Visited and Worklist if the DAG
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 30 milliseconds