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

  /external/llvm/include/llvm/CodeGen/
MachinePostDominators.h 40 const std::vector<MachineBasicBlock *> &getRoots() const {
41 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();
  /dalvik/hit/src/com/android/hit/
Queries.java 41 * showRoots getRoots
199 public static Collection<RootObj> getRoots(State state) {
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 422 ArrayRef<const CodeGenRegister*> getRoots() const {
RegisterInfoEmitter.cpp 836 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots();
    [all...]
CodeGenRegisters.cpp     [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 45 /// getRoots - Return the root blocks of the current CFG. This may include
49 inline 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/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...]

Completed in 1381 milliseconds