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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h243 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } function in class:llvm::ImmutableMap
403 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } function in class:llvm::ImmutableMapRef
H A DImmutableSet.h67 unsigned getHeight() const { return height; } function in class:llvm::ImutAVLTree
426 unsigned getHeight(TreeTy* T) const { return T ? T->getHeight() : 0; } function in class:llvm::ImutAVLFactory
1092 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } function in class:llvm::ImmutableSet
1205 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } function in class:llvm::ImmutableSetRef
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h406 unsigned getHeight() const { function
H A DMachinePipeliner.h235 unsigned getHeight(SUnit *Node) { return Node->getHeight(); } function in class:llvm::SwingSchedulerDAG
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1635 int HexagonDAGToDAGISel::getHeight(SDNode *N) { function in class:HexagonDAGToDAGISel

Completed in 131 milliseconds