HomeSort by relevance Sort by last modified time
    Searched defs:getBlocks (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RopMethod.java 72 public BasicBlockList getBlocks() {
  /dalvik/dx/src/com/android/dx/rop/code/
RopMethod.java 72 public BasicBlockList getBlocks() {
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RopMethod.java 72 public BasicBlockList getBlocks() {
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 138 /// getBlocks - Get a list of the basic blocks which make up this loop.
140 const std::vector<BlockT*> &getBlocks() const { return Blocks; }
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 123 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() {
393 for (SsaBasicBlock block : getBlocks()) {
797 BitSet visited = new BitSet(getBlocks().size());
824 for (SsaBasicBlock block : getBlocks()) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 123 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() {
393 for (SsaBasicBlock block : getBlocks()) {
797 BitSet visited = new BitSet(getBlocks().size());
824 for (SsaBasicBlock block : getBlocks()) {
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 283 milliseconds