Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h225 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
355 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
H A DImmutableSet.h68 unsigned getHeight() const { return height; } in getHeight() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h406 unsigned getHeight() const { in getHeight() function
H A DMachinePipeliner.h229 unsigned getHeight(SUnit *Node) { return Node->getHeight(); } in getHeight() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1641 int HexagonDAGToDAGISel::getHeight(SDNode *N) { in getHeight() function in HexagonDAGToDAGISel