Home
last modified time | relevance | path

Searched defs:getHeight (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h189 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
319 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
H A DImmutableSet.h69 unsigned getHeight() const { return height; } in getHeight() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h424 unsigned getHeight() const { in getHeight() function
H A DMachinePipeliner.h246 unsigned getHeight(SUnit *Node) { return Node->getHeight(); } getHeight() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1792 int HexagonDAGToDAGISel::getHeight(SDNode *N) { in getHeight() function in HexagonDAGToDAGISel