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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h258 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } function in class:llvm::ImmutableMap
426 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } function in class:llvm::ImmutableMapRef
H A DImmutableSet.h66 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
1100 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } function in class:llvm::ImmutableSet
1226 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } function in class:llvm::ImmutableSetRef
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h411 unsigned getHeight() const { function

Completed in 217 milliseconds