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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 1 //===-- llvm/CodeGen/SelectionDAG.h - InstSelection DAG ---------*- C++ -*-===//
10 // This file declares the SelectionDAG class, and transitively defines the
121 class SelectionDAG;
123 void checkForCycles(const SelectionDAG *DAG);
125 /// SelectionDAG class - This is used to represent a portion of an LLVM function
131 /// The representation used by the SelectionDAG is a target-independent
136 class SelectionDAG {
170 /// SelectionDAG.
189 SelectionDAG &DAG;
191 explicit DAGUpdateListener(SelectionDAG &D
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1 //===-- SelectionDAG.cpp - Implement the SelectionDAG data structures -----===//
10 // This implements the SelectionDAG class.
14 #include "llvm/CodeGen/SelectionDAG.h"
75 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {}
76 void SelectionDAG::DAGUpdateListener::NodeUpdated(SDNode*) {}
540 // SelectionDAG Class
564 /// SelectionDAG.
565 void SelectionDAG::RemoveDeadNodes() {
585 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes)
    [all...]

Completed in 44 milliseconds