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

  /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; }
172 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; }
705 /// getRoots - Return the root blocks of the current CFG. This may include
709 inline const std::vector<BasicBlock*> &getRoots() const {
710 return DT->getRoots();
  /external/llvm/include/llvm/CodeGen/
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();
  /dalvik/hit/src/com/android/hit/
Queries.java 41 * showRoots getRoots
199 public static Collection<RootObj> getRoots(State state) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 200 ArrayList<String> getRoots() {
    [all...]

Completed in 178 milliseconds