Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DPostDominators.h41 inline const std::vector<BasicBlock*> &getRoots() const { in getRoots() function
DDominanceFrontier.h48 inline const std::vector<BasicBlock*> &getRoots() const { return Roots; } in getRoots() function
DDominators.h49 inline const std::vector<NodeT*> &getRoots() const { return Roots; } in getRoots() function
732 inline const std::vector<BasicBlock*> &getRoots() const { in getRoots() function
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h57 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DSkeleton.java185 public Bone[] getRoots() { in getRoots() method in Skeleton