Searched refs:getRoots (Results 1 - 19 of 19) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h40 const std::vector<MachineBasicBlock *> &getRoots() const { function in struct:llvm::MachinePostDominatorTree
41 return DT->getRoots();
H A DMachineDominanceFrontier.h40 inline const std::vector<MachineBasicBlock*> &getRoots() const { function in class:llvm::MachineDominanceFrontier
41 return Base.getRoots();
H A DMachineDominators.h84 /// getRoots - Return the root blocks of the current CFG. This may include
88 inline const std::vector<MachineBasicBlock*> &getRoots() const { function in class:llvm::MachineDominatorTree
90 return DT->getRoots();
/external/llvm/include/llvm/Analysis/
H A DPostDominators.h41 inline const std::vector<BasicBlock*> &getRoots() const { function in struct:llvm::PostDominatorTree
42 return DT->getRoots();
H A DDominanceFrontier.h47 /// getRoots - Return the root blocks of the current CFG. This may include
51 inline const std::vector<BlockT *> &getRoots() const { function in class:llvm::DominanceFrontierBase
127 this->Roots = DT.getRoots();
152 inline const std::vector<BasicBlock *> &getRoots() const { function in class:llvm::DominanceFrontier
153 return Base.getRoots();
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DSkeletonWire.java72 for (Bone bone : skeleton.getRoots())
87 for (Bone bone : skeleton.getRoots())
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DKinematicRagdollControl.java362 for (int i = 0; i < skeleton.getRoots().length; i++) {
363 Bone childBone = skeleton.getRoots()[i];
692 for (Bone bone : skeleton.getRoots()) {
734 for (Bone bone : skeleton.getRoots()) {
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DSkeleton.java185 public Bone[] getRoots() { method in class:Skeleton
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h454 ArrayRef<const CodeGenRegister*> getRoots() const { function in struct:llvm::RegUnit
H A DRegisterInfoEmitter.cpp939 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots();
H A DCodeGenRegisters.cpp1719 dbgs() << RegUnits[U].getRoots()[0]->getName() << " ";
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h54 /// getRoots - Return the root blocks of the current CFG. This may include
58 const std::vector<NodeT *> &getRoots() const { return Roots; } function in class:llvm::DominatorBase
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp136 inline const std::vector<MachineBasicBlock *> &getRoots() const { function in struct:llvm::MachinePostDominatorTree
137 return DT->getRoots();

Completed in 2111 milliseconds