Home
last modified time | relevance | path

Searched defs:getBlocks (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRopMethod.java72 public BasicBlockList getBlocks() { in getBlocks() method in RopMethod
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaMethod.java338 public ArrayList<SsaBasicBlock> getBlocks() { in getBlocks() method in SsaMethod
/external/llvm/include/llvm/Analysis/
DLoopInfo.h141 const std::vector<BlockT*> &getBlocks() const { return Blocks; } in getBlocks() function
/external/clang/include/clang/AST/
DComment.h1133 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks() function