Searched defs:SelectionDAG (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1 //===-- llvm/CodeGen/SelectionDAG.h - InstSelection DAG ---------*- C++ -*-===//
10 // This file declares the SelectionDAG class, and transitively defines the
120 class SelectionDAG;
122 void checkForCycles(const SelectionDAG *DAG);
124 /// SelectionDAG class - This is used to represent a portion of an LLVM function
130 /// The representation used by the SelectionDAG is a target-independent
135 class SelectionDAG { class in namespace:llvm
168 /// SelectionDAG.
185 void operator=(const SelectionDAG&); // Do not implement.
186 SelectionDAG(cons
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1 //===-- SelectionDAG.cpp - Implement the SelectionDAG data structures -----===//
10 // This implements the SelectionDAG class.
14 #include "llvm/CodeGen/SelectionDAG.h"
74 SelectionDAG::DAGUpdateListener::~DAGUpdateListener() {}
490 // SelectionDAG Class
514 /// SelectionDAG.
515 void SelectionDAG::RemoveDeadNodes() {
535 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes,
565 void SelectionDAG
837 SelectionDAG::SelectionDAG(const TargetMachine &tm) function in class:SelectionDAG
[all...]

Completed in 67 milliseconds