Home
last modified time | relevance | path

Searched refs:LastBlock (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp703 BasicBlock *const LastBlock, in getOrderedBlocks() argument
707 assert(LastBlock && "invalid last block"); in getOrderedBlocks()
708 BasicBlock *CurBlock = LastBlock; in getOrderedBlocks()
760 BasicBlock *LastBlock = nullptr; in processPhi() local
763 if (LastBlock) { in processPhi()
781 LastBlock = Phi.getIncomingBlock(I); in processPhi()
783 if (!LastBlock) { in processPhi()
788 if (LastBlock->getSingleSuccessor() != Phi.getParent()) { in processPhi()
794 getOrderedBlocks(Phi, LastBlock, Phi.getNumIncomingValues()); in processPhi()
H A DNewGVN.cpp3376 const BasicBlock *LastBlock = getBlockForValue(InstrFromDFSNum(FirstInstr)); in iterateTouchedInstructions() local
3396 if (CurrBlock != LastBlock) { in iterateTouchedInstructions()
3397 LastBlock = CurrBlock; in iterateTouchedInstructions()
/freebsd-12.1/stand/efi/libefi/
H A Defipart.c731 blkio->Media->LastBlock == 0? 0: in efipart_print_common()
732 (unsigned long long) (blkio->Media->LastBlock + 1)); in efipart_print_common()
733 if (blkio->Media->LastBlock != 0) { in efipart_print_common()
754 (blkio->Media->LastBlock + 1), in efipart_print_common()
829 blkio->Media->BlockSize * (blkio->Media->LastBlock + 1), in efipart_open()
896 (pd->pd_blkio->Media->LastBlock + 1); in efipart_ioctl()
920 if (blk < 0 || blk > blkio->Media->LastBlock) in efipart_readwrite()
922 if ((blk + nblks - 1) > blkio->Media->LastBlock) in efipart_readwrite()
1025 disk_blocks = blkio->Media->LastBlock + 1 - d_offset; in efipart_realstrategy()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp2554 LastBlock = newBlock; in VisitCompoundStmt()
2560 return LastBlock; in VisitCompoundStmt()
2734 LastBlock = newBlock; in VisitDeclSubExpr()
2743 CFGBlock *B = LastBlock; in VisitDeclSubExpr()
2850 CFGBlock *LastBlock; in VisitIfStmt() local
2887 return LastBlock; in VisitIfStmt()
3065 LastBlock = Tmp; in VisitBlockExpr()
3068 return LastBlock; in VisitBlockExpr()
3078 LastBlock = Tmp; in VisitLambdaExpr()
3081 return LastBlock; in VisitLambdaExpr()
[all …]
/freebsd-12.1/stand/efi/boot1/
H A Dzfs_module.c49 (devinfo->dev->Media->LastBlock + 1)); in ldi_get_size()
/freebsd-12.1/stand/efi/include/
H A Defiprot.h99 EFI_LBA LastBlock; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1628 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local
1678 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()