Searched refs:LastBlock (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 739 BasicBlock *const LastBlock, in getOrderedBlocks() argument 743 assert(LastBlock && "invalid last block"); in getOrderedBlocks() 744 BasicBlock *CurBlock = LastBlock; in getOrderedBlocks() 796 BasicBlock *LastBlock = nullptr; in processPhi() local 799 if (LastBlock) { in processPhi() 817 LastBlock = Phi.getIncomingBlock(I); in processPhi() 819 if (!LastBlock) { in processPhi() 824 if (LastBlock->getSingleSuccessor() != Phi.getParent()) { in processPhi() 830 getOrderedBlocks(Phi, LastBlock, Phi.getNumIncomingValues()); in processPhi()
|
| H A D | DFAJumpThreading.cpp | 1183 BasicBlock *LastBlock = getClonedBB(BB, NextState, DuplicateMap); in updateLastSuccessor() local 1187 if (!isa<SwitchInst>(LastBlock->getTerminator())) in updateLastSuccessor() 1189 SwitchInst *Switch = cast<SwitchInst>(LastBlock->getTerminator()); in updateLastSuccessor() 1194 for (BasicBlock *Succ : successors(LastBlock)) { in updateLastSuccessor() 1196 DTUpdates.push_back({DominatorTree::Delete, LastBlock, Succ}); in updateLastSuccessor() 1200 BranchInst::Create(NextCase, LastBlock); in updateLastSuccessor()
|
| H A D | NewGVN.cpp | 3364 const BasicBlock *LastBlock = getBlockForValue(InstrFromDFSNum(FirstInstr)); in iterateTouchedInstructions() local 3384 if (CurrBlock != LastBlock) { in iterateTouchedInstructions() 3385 LastBlock = CurrBlock; in iterateTouchedInstructions()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2815 CFGBlock *LastBlock = Block; in VisitCompoundStmt() local 2824 LastBlock = newBlock; in VisitCompoundStmt() 2832 return LastBlock; in VisitCompoundStmt() 2947 CFGBlock *LastBlock = Block; in VisitDeclSubExpr() local 2951 LastBlock = NewBlock; in VisitDeclSubExpr() 2953 return LastBlock; in VisitDeclSubExpr() 3023 CFGBlock *LastBlock = Block; in VisitDeclSubExpr() local 3031 LastBlock = newBlock; in VisitDeclSubExpr() 3035 LastBlock = newBlock; in VisitDeclSubExpr() 3045 LastBlock = newBlock; in VisitDeclSubExpr() [all …]
|
| /openbsd-src/sys/arch/amd64/stand/efiboot/ |
| H A D | efidev.c | 422 if (gpt_chk_mbr(dosparts, ed->blkio->Media->LastBlock + 1) == 0) { in efi_getdisklabel() 749 siz = (ed->blkio->Media->LastBlock + 1) * in efi_dump_diskinfo()
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efiprot.h | 97 EFI_LBA LastBlock; member
|
| /openbsd-src/sys/arch/riscv64/stand/efiboot/ |
| H A D | efidev.c | 412 if (gpt_chk_mbr(dosparts, ed->blkio->Media->LastBlock + 1) == 0) { in efi_getdisklabel()
|
| /openbsd-src/sys/arch/armv7/stand/efiboot/ |
| H A D | efidev.c | 412 if (gpt_chk_mbr(dosparts, ed->blkio->Media->LastBlock + 1) == 0) { in efi_getdisklabel()
|
| /openbsd-src/sys/arch/arm64/stand/efiboot/ |
| H A D | efidev.c | 412 if (gpt_chk_mbr(dosparts, ed->blkio->Media->LastBlock + 1) == 0) { in efi_getdisklabel()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 2148 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local 2220 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()
|