Searched defs:getHeight (Results 1 – 5 of 5) sorted by relevance
225 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function355 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
68 unsigned getHeight() const { return height; } in getHeight() function
406 unsigned getHeight() const { in getHeight() function
229 unsigned getHeight(SUnit *Node) { return Node->getHeight(); } in getHeight() function
1641 int HexagonDAGToDAGISel::getHeight(SDNode *N) { in getHeight() function in HexagonDAGToDAGISel