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 507 /// NOTE: Implemented on top of hasPredecessor and every bit as
509 bool isPredecessorOf(const SDNode *N) const { return N->hasPredecessor(this); }
511 /// hasPredecessor - Return true if N is a predecessor of this node.
515 bool hasPredecessor(const SDNode *N) const;
523 /// hasPredecessor. Be sure to clear Visited and Worklist if the DAG
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 34 milliseconds