HomeSort by relevance Sort by last modified time
    Searched refs:getRoots (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
MachinePostDominators.h 40 const std::vector<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 40 inline const std::vector<MachineBasicBlock*> &getRoots() const {
41 return Base.getRoots();
MachineDominators.h 84 /// getRoots - Return the root blocks of the current CFG. This may include
88 inline const std::vector<MachineBasicBlock*> &getRoots() const {
90 return DT->getRoots();
  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 47 /// getRoots - Return the root blocks of the current CFG. This may include
51 inline const std::vector<BlockT *> &getRoots() const {
127 this->Roots = DT.getRoots();
152 inline const std::vector<BasicBlock *> &getRoots() const {
153 return Base.getRoots();
PostDominators.h 41 inline const std::vector<BasicBlock*> &getRoots() const {
42 return DT->getRoots();
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
SkeletonWire.java 72 for (Bone bone : skeleton.getRoots())
87 for (Bone bone : skeleton.getRoots())
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 362 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()) {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Skeleton.java 185 public Bone[] getRoots() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 196 ArrayList<String> getRoots() {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 454 ArrayRef<const CodeGenRegister*> getRoots() const {
RegisterInfoEmitter.cpp     [all...]
CodeGenRegisters.cpp     [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 54 /// getRoots - Return the root blocks of the current CFG. This may include
58 const std::vector<NodeT *> &getRoots() const { return Roots; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 136 inline const std::vector<MachineBasicBlock *> &getRoots() const {
137 return DT->getRoots();
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/misc/common/perflib/
perflib-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 

Completed in 681 milliseconds

1 2