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

1 2 3 4

  /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();
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpManager.java 249 private MtpRoot[] getRoots(int deviceId) throws IOException {
275 roots = getRoots(device.getDeviceId());
  /external/opencv3/modules/ml/src/
boost.cpp 495 const vector<int>& getRoots() const { return impl.getRoots(); }
rtrees.cpp 406 const vector<int>& getRoots() const { return impl.getRoots(); }
precomp.hpp 342 virtual const std::vector<int>& getRoots() const { return roots; }
  /external/opencv3/samples/cpp/
letter_recog.cpp 202 cout << "Number of trees: " << model->getRoots().size() << endl;
334 cout << "Number of trees: " << model->getRoots().size() << endl;
  /external/opencv3/modules/ml/
precomp.hpp 342 virtual const std::vector<int>& getRoots() const { return roots; }
  /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/opencv3/modules/ml/include/opencv2/
ml.hpp     [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 
  /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 
  /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/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta6/
perflib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 

Completed in 1309 milliseconds

1 2 3 4