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