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
406 unsigned getHeight() const { getHeight() function
241 unsigned getHeight(SUnit *Node) { return Node->getHeight(); } getHeight() function
1693 int HexagonDAGToDAGISel::getHeight(SDNode *N) { getHeight() function in HexagonDAGToDAGISel