Searched defs:getBlocks (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) { return Blocks[Bundle]; } function in class:llvm::EdgeBundles
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRopMethod.java72 public BasicBlockList getBlocks() { method in class:RopMethod
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaMethod.java123 this.maxLabel = ropMethod.getBlocks().getMaxLabel();
124 this.registerCount = ropMethod.getBlocks().getRegCount();
168 BasicBlockList ropBlocks = rmeth.getBlocks();
179 int origEntryBlockIndex = rmeth.getBlocks()
338 public ArrayList<SsaBasicBlock> getBlocks() { method in class:SsaMethod
393 for (SsaBasicBlock block : getBlocks()) {
797 BitSet visited = new BitSet(getBlocks().size());
824 for (SsaBasicBlock block : getBlocks()) {
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h130 /// getBlocks - Get a list of the basic blocks which make up this loop.
132 const std::vector<BlockT*> &getBlocks() const { return Blocks; } function in class:llvm::LoopBase
516 for (unsigned i = 0; i < getBlocks().size(); ++i) {
518 BlockT *BB = getBlocks()[i];

Completed in 146 milliseconds