Searched defs:getHeight (Results 1 – 5 of 5) sorted by relevance
189 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function319 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
69 unsigned getHeight() const { return height; } in getHeight() function
424 unsigned getHeight() const { in getHeight() function
246 unsigned getHeight(SUnit *Node) { return Node->getHeight(); } getHeight() function
1792 int HexagonDAGToDAGISel::getHeight(SDNode *N) { in getHeight() function in HexagonDAGToDAGISel