Searched refs:nextBlock (Results 1 – 7 of 7) sorted by relevance
243 self.nextBlock = self.graph.nextBlock425 self.nextBlock()431 self.nextBlock(end)442 self.nextBlock(loop)449 self.nextBlock()458 self.nextBlock(after)471 self.nextBlock(start)477 self.nextBlock(anchor)482 self.nextBlock(after)499 self.nextBlock()[all …]
29 def nextBlock(self, block=None): member in FlowGraph
94 int nextBlock = readOneByte(); in readSizes() local95 if (nextBlock == -1) { in readSizes()98 nextBackReferenceSize = nextBlock & BACK_REFERENCE_SIZE_MASK; in readSizes()99 long literalSizePart = (nextBlock & LITERAL_SIZE_MASK) >> SIZE_BITS; in readSizes()
147 nextBlock(); in read()174 nextBlock(); in init()249 private void nextBlock() throws IOException { in nextBlock() method in FramedLZ4CompressorInputStream
957 llvm::BasicBlock *nextBlock; in emitCatchDispatchBlock() local962 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()968 nextBlock = catchScope.getHandler(i+1).Block; in emitCatchDispatchBlock()973 nextBlock = CGF.createBasicBlock("catch.fallthrough"); in emitCatchDispatchBlock()984 CGF.Builder.CreateCondBr(matchesTypeIndex, handler.Block, nextBlock); in emitCatchDispatchBlock()992 CGF.EmitBlock(nextBlock); in emitCatchDispatchBlock()
1653 Definition* nextBlock = nullptr; in populate() local1661 nextBlock = test; in populate()1668 SkASSERT(nextBlock); // FIXME: check enum for correct order earlier in populate()1670 const char* commentEnd = nextBlock->fStart; in populate()