Home
last modified time | relevance | path

Searched refs:getRoots (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachinePostDominators.h41 const std::vector<MachineBasicBlock *> &getRoots() const { in getRoots() function
42 return DT->getRoots(); in getRoots()
DMachineDominators.h57 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function
58 return DT->getRoots(); in getRoots()
/external/llvm/include/llvm/Analysis/
DPostDominators.h41 inline const std::vector<BasicBlock*> &getRoots() const { in getRoots() function
42 return DT->getRoots(); in getRoots()
DDominanceFrontier.h48 inline const std::vector<BasicBlock*> &getRoots() const { return Roots; } in getRoots() function
173 Roots = DT.getRoots(); in runOnFunction()
DDominators.h49 inline const std::vector<NodeT*> &getRoots() const { return Roots; } in getRoots() function
746 inline const std::vector<BasicBlock*> &getRoots() const { in getRoots() function
747 return DT->getRoots(); in getRoots()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
DSkeletonWire.java72 for (Bone bone : skeleton.getRoots()) in SkeletonWire()
87 for (Bone bone : skeleton.getRoots()) in SkeletonWire()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java362 for (int i = 0; i < skeleton.getRoots().length; i++) { in scanSpatial()
363 Bone childBone = skeleton.getRoots()[i]; in scanSpatial()
692 for (Bone bone : skeleton.getRoots()) { in setMode()
734 for (Bone bone : skeleton.getRoots()) { in blendToKinematicMode()
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DSkeleton.java185 public Bone[] getRoots() { in getRoots() method in Skeleton
/external/llvm/utils/TableGen/
DCodeGenRegisters.h412 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function
DRegisterInfoEmitter.cpp829 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
DCodeGenRegisters.cpp562 ArrayRef<const CodeGenRegister*> Roots = RU.getRoots(); in computeOverlaps()