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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1008 /// HandleSDNode - This class is used to form a handle around another node that
1012 class HandleSDNode : public SDNode { class in namespace:llvm
1015 explicit HandleSDNode(SDValue X) function in class:llvm::HandleSDNode
1019 ~HandleSDNode();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp613 HandleSDNode Dummy(getRoot());
665 HandleSDNode Dummy(getRoot());
6195 HandleSDNode::~HandleSDNode() {

Completed in 109 milliseconds