Home
last modified time | relevance | path

Searched refs:getRoots (Results 1 – 16 of 16) 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/opencv3/modules/ml/src/
Drtrees.cpp406 const vector<int>& getRoots() const { return impl.getRoots(); } in getRoots() function in cv::ml::RTreesImpl
Dboost.cpp495 const vector<int>& getRoots() const { return impl.getRoots(); } in getRoots() function in cv::ml::BoostImpl
Dprecomp.hpp342 virtual const std::vector<int>& getRoots() const { return roots; } in getRoots() function in cv::ml::DTreesImpl
/external/opencv3/samples/cpp/
Dletter_recog.cpp202 cout << "Number of trees: " << model->getRoots().size() << endl; in build_rtrees_classifier()
334 cout << "Number of trees: " << model->getRoots().size() << endl; in build_boost_classifier()
/external/opencv3/modules/ml/
Dprecomp.hpp342 virtual const std::vector<int>& getRoots() const { return roots; } in getRoots() function in cv::ml::DTreesImpl
/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.cpp1724 dbgs() << RegUnits[U].getRoots()[0]->getName() << " "; in computeRegUnitSets()
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp1068 virtual const std::vector<int>& getRoots() const = 0;
/external/llvm/include/llvm/Support/
DGenericDomTree.h58 const std::vector<NodeT *> &getRoots() const { return Roots; } in getRoots() function
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp136 inline const std::vector<MachineBasicBlock *> &getRoots() const { in getRoots() function
137 return DT->getRoots(); in getRoots()