Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDominanceFrontier.h51 inline const std::vector<BlockT *> &getRoots() const { in getRoots() function
127 this->Roots = DT.getRoots(); in analyze()
152 inline const std::vector<BasicBlock *> &getRoots() const { in getRoots() function
153 return Base.getRoots(); in getRoots()
DPostDominators.h41 inline const std::vector<BasicBlock*> &getRoots() const { in getRoots() function
42 return DT->getRoots(); in getRoots()
/external/llvm/include/llvm/CodeGen/
DMachinePostDominators.h40 const std::vector<MachineBasicBlock *> &getRoots() const { in getRoots() function
41 return DT->getRoots(); in getRoots()
DMachineDominanceFrontier.h40 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function
41 return Base.getRoots(); in getRoots()
DMachineDominators.h88 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function
90 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.h454 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function
DRegisterInfoEmitter.cpp939 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
DCodeGenRegisters.cpp1719 dbgs() << RegUnits[U].getRoots()[0]->getName() << " "; in computeRegUnitSets()
/external/llvm/include/llvm/Support/
DGenericDomTree.h58 const std::vector<NodeT *> &getRoots() const { return Roots; } in getRoots() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp136 inline const std::vector<MachineBasicBlock *> &getRoots() const { in getRoots() function
137 return DT->getRoots(); in getRoots()