HomeSort by relevance Sort by last modified time
    Searched full:nextblock (Results 26 - 50 of 67) sorted by null

12 3

  /external/r8/src/main/java/com/android/tools/r8/ir/optimize/
CodeRewriter.java 200 BasicBlock nextBlock;
202 nextBlock = iterator.hasNext() ? iterator.next() : null;
211 assert !block.isTrivialGoto() || block.exit().asGoto().getTarget() != nextBlock;
212 block = nextBlock;
243 BasicBlock block, BasicBlock nextBlock, List<BasicBlock> blocksToRemove) {
253 if (target != nextBlock) {
613 BasicBlock nextBlock;
618 nextBlock = iterator.hasNext() ? iterator.next() : null;
620 collapsTrivialGoto(block, nextBlock, blocksToRemove);
628 block = nextBlock;
    [all...]
Inliner.java 75 BasicBlock nextBlock;
77 nextBlock = iterator.hasNext() ? iterator.next() : null;
89 block = nextBlock;
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate.go 300 func (f *decompressor) nextBlock() {
689 f.step = (*decompressor).nextBlock
770 step: (*decompressor).nextBlock,
791 f.step = (*decompressor).nextBlock
810 f.step = (*decompressor).nextBlock
  /prebuilts/go/linux-x86/src/compress/flate/
inflate.go 300 func (f *decompressor) nextBlock() {
689 f.step = (*decompressor).nextBlock
770 step: (*decompressor).nextBlock,
791 f.step = (*decompressor).nextBlock
810 f.step = (*decompressor).nextBlock
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 139 llvm::BasicBlock *NextBlock = CGF.createBasicBlock("setup.next");
150 CGF.Builder.CreateCondBr(CSZero, NextBlock, EndBlock);
151 CGF.EmitBlock(NextBlock);
CGException.cpp     [all...]
  /external/llvm/unittests/Analysis/
CFGTest.cpp 159 " br label %nextblock\n"
160 "nextblock:\n"
  /external/ImageMagick/MagickCore/
memory.c 82 #define NextBlock(block) ((char *) (block)+SizeOfBlock(block))
410 assert((*BlockHeader(NextBlock(block)) & PreviousBlockBit) == 0);
432 *BlockHeader(NextBlock(block))|=PreviousBlockBit;
832 block=NextBlock(block);
835 *BlockHeader(NextBlock(block))=PreviousBlockBit;
    [all...]
  /external/guice/lib/build/
munge.jar 
  /external/r8/src/main/java/com/android/tools/r8/ir/desugar/
LambdaRewriter.java 324 BasicBlock nextBlock = instructions.split(code, blocks);
326 nextBlock.copyCatchHandlers(code, blocks, currentBlock);
  /external/skia/src/core/
SkArenaAlloc.h 149 static char* NextBlock(char* footerEnd);
  /external/toybox/toys/pending/
mke2fs.c 97 unsigned nextblock; // Next data block to allocate
372 int i, group = TT.nextblock/TT.blockbits;
378 TT.nextblock += group_overhead(TT.nextgroup++);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 504 <Emphasis>nextblock</Emphasis> to pass to its next block, letting EXT2ED following by
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_collectionsmodule.c 491 block *nextblock = deque->leftblock->rightlink; local
494 assert(nextblock != NULL);
495 nextblock->leftlink = NULL;
496 deque->leftblock = nextblock;
    [all...]
  /external/python/cpython2/Modules/
_collectionsmodule.c 489 block *nextblock = deque->leftblock->rightlink; local
492 assert(nextblock != NULL);
493 nextblock->leftlink = NULL;
494 deque->leftblock = nextblock;
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
unzip_nacl.go 33 func (f *decompressor) nextBlock() {
503 d.nextBlock()
  /prebuilts/go/linux-x86/src/syscall/
unzip_nacl.go 33 func (f *decompressor) nextBlock() {
503 d.nextBlock()
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp     [all...]
  /external/r8/src/main/java/com/android/tools/r8/ir/conversion/
IRBuilder.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 29 def nextBlock(self, block=None):
  /external/e2fsprogs/ext2ed/
init.c 281 add_user_command (&ptr->type_commands,"nextblock","Pass to next file block",type_file___nextblock);
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
DynMemManager.c 25 /* minimum block size dynamically allocated in function nextBlock (affects only shared memory) */

Completed in 547 milliseconds

12 3