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
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 { class in namespace:llvm
170 /// SelectionDAG.
187 void operator=(const SelectionDAG&); // Do not implement.
188 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() {}
502 // SelectionDAG Class
526 /// SelectionDAG.
527 void SelectionDAG::RemoveDeadNodes() {
547 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes,
577 void SelectionDAG
855 SelectionDAG::SelectionDAG(const TargetMachine &tm, CodeGenOpt::Level OL) function in class:SelectionDAG
[all...]

Completed in 341 milliseconds