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

  /external/llvm/include/llvm/CodeGen/
MachinePostDominators.h 41 const std::vector<MachineBasicBlock *> &getRoots() const {
42 return DT->getRoots();
MachineDominators.h 53 /// getRoots - Return the root blocks of the current CFG. This may include
57 inline const std::vector<MachineBasicBlock*> &getRoots() const {
58 return DT->getRoots();
  /external/llvm/include/llvm/Analysis/
PostDominators.h 41 inline const std::vector<BasicBlock*> &getRoots() const {
42 return DT->getRoots();
DominanceFrontier.h 44 /// getRoots - Return the root blocks of the current CFG. This may include
48 inline const std::vector<BasicBlock*> &getRoots() const { return Roots; }
173 Roots = DT.getRoots();
Dominators.h 45 /// getRoots - Return the root blocks of the current CFG. This may include
49 inline const std::vector<NodeT*> &getRoots() const { return Roots; }
742 /// getRoots - Return the root blocks of the current CFG. This may include
746 inline const std::vector<BasicBlock*> &getRoots() const {
747 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())
  /dalvik/hit/src/com/android/hit/
Queries.java 41 * showRoots getRoots
199 public static Collection<RootObj> getRoots(State state) {
  /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 424 ArrayRef<const CodeGenRegister*> getRoots() const {
RegisterInfoEmitter.cpp 836 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots();
    [all...]
CodeGenRegisters.cpp     [all...]
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 136 inline const std::vector<MachineBasicBlock *> &getRoots() const {
137 return DT->getRoots();
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 136 inline const std::vector<MachineBasicBlock *> &getRoots() const {
137 return DT->getRoots();
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 545 milliseconds