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

1 2 3

  /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]; }
  /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() {
392 for (SsaBasicBlock block : getBlocks()) {
796 BitSet visited = new BitSet(getBlocks().size());
823 for (SsaBasicBlock block : getBlocks()) {
  /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/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/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 84 def getBlocks(self):
93 for b in self.getBlocks():
344 for b in self.getBlocks():
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 84 def getBlocks(self):
93 for b in self.getBlocks():
344 for b in self.getBlocks():
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 273 const std::vector<Block*>& getBlocks() const { return blocks; }
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 273 const std::vector<Block*>& getBlocks() const { return blocks; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 84 def getBlocks(self):
93 for b in self.getBlocks():
344 for b in self.getBlocks():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 84 def getBlocks(self):
93 for b in self.getBlocks():
344 for b in self.getBlocks():
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 604 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) {
    [all...]
SIMachineScheduler.h 248 getBlocks(SISchedulerBlockCreatorVariant BlockVariant);
346 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; };
  /external/clang/include/clang/AST/
Comment.h 1135 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; }
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 

Completed in 466 milliseconds

1 2 3