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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h860 /// HandleSDNode - This class is used to form a handle around another node that
864 class HandleSDNode : public SDNode { class in class:llvm::SDNode
870 explicit __attribute__((__noinline__)) HandleSDNode(SDValue X) function in class:llvm::SDNode::HandleSDNode
872 explicit HandleSDNode(SDValue X)
877 ~HandleSDNode();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp518 HandleSDNode Dummy(getRoot());
5645 HandleSDNode::~HandleSDNode() {

Completed in 115 milliseconds