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

1 2 3 4 5

  /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]; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
EdgeBundles.h 47 /// getBlocks - Return an array of blocks that are connected to Bundle.
48 ArrayRef<unsigned> getBlocks(unsigned Bundle) { return Blocks[Bundle]; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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]; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/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]; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/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]; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/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]; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/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]; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/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]; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/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]; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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]; }
  /prebuilts/clang/host/linux-x86/clang-4393122/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]; }
  /prebuilts/clang/host/linux-x86/clang-4479392/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]; }
  /prebuilts/clang/host/linux-x86/clang-4579689/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]; }
  /prebuilts/clang/host/linux-x86/clang-4630689/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]; }
  /prebuilts/clang/host/linux-x86/clang-4639204/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]; }
  /prebuilts/clang/host/linux-x86/clang-4691093/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 71 public BasicBlockList getBlocks() {
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 122 this.maxLabel = ropMethod.getBlocks().getMaxLabel();
123 this.registerCount = ropMethod.getBlocks().getRegCount();
167 BasicBlockList ropBlocks = rmeth.getBlocks();
178 int origEntryBlockIndex = rmeth.getBlocks()
337 public ArrayList<SsaBasicBlock> getBlocks() {
369 for (SsaBasicBlock block : getBlocks()) {
779 BitSet visited = new BitSet(getBlocks().size());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 84 def getBlocks(self):
93 for b in self.getBlocks():
344 for b in self.getBlocks():
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 139 const std::vector<BlockT*> &getBlocks() const { return Blocks; }
  /external/python/cpython2/Lib/compiler/
pyassem.py 84 def getBlocks(self):
93 for b in self.getBlocks():
344 for b in self.getBlocks():
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 131 /// getBlocks - Get a list of the basic blocks which make up this loop.
133 const std::vector<BlockT*> &getBlocks() const { return Blocks; }
501 for (unsigned i = 0; i < getBlocks().size(); ++i) {
503 BlockT *BB = getBlocks()[i];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 139 const std::vector<BlockT*> &getBlocks() const { return Blocks; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 139 const std::vector<BlockT*> &getBlocks() const { return Blocks; }

Completed in 375 milliseconds

1 2 3 4 5