Home
last modified time | relevance | path

Searched refs:block_end (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c109 uint64_t *block_end = block_start + in space_map_iterate() local
117 block_cursor < block_end && error == 0; block_cursor++) { in space_map_iterate()
160 VERIFY3P(block_cursor, <=, block_end); in space_map_iterate()
570 uint64_t *block_end = block_base + (sm->sm_blksz / sizeof (uint64_t)); in space_map_write_seg() local
574 ASSERT3P(block_cursor, <=, block_end); in space_map_write_seg()
586 ASSERT3P(block_cursor, <=, block_end); in space_map_write_seg()
592 if (block_cursor == block_end) { in space_map_write_seg()
608 block_end = block_base + in space_map_write_seg()
618 if (next_entry == block_end && words > 1) { in space_map_write_seg()
626 ASSERT3P(block_cursor, ==, block_end); in space_map_write_seg()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h81 block_iterator block_end() const { return getBlocks().end(); } in block_end() function
83 return make_range(block_begin(), block_end()); in blocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h611 block_iterator block_end() { return block_iterator(); }
616 const_block_iterator block_end() const { return const_block_iterator(); }
623 return block_range(block_begin(), block_end());
630 return const_block_range(block_begin(), block_end());
H A DMemorySSA.h508 block_iterator block_end() { return block_begin() + getNumOperands(); }
510 const_block_iterator block_end() const {
515 return make_range(block_begin(), block_end());
519 return make_range(block_begin(), block_end());
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h175 const_block_iterator block_end() const { in block_end() function
180 return llvm::make_range(block_begin(), block_end()); in blocks()
H A DGenericCycleImpl.h180 NewParent->Blocks.insert(Child->block_begin(), Child->block_end()); in moveTopLevelCycleToNewParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h179 block_iterator block_end() const { return getBlocks().end(); } in block_end() function
182 return make_range(block_begin(), block_end()); in blocks()
H A DGenericLoopInfoImpl.h375 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end(); in verifyLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp104 JamLoopBlocks.insert(JamLoop.block_begin(), JamLoop.block_end()); in partitionOuterLoopBlocks()
124 SubLoopBlocks.insert(SubLoop->block_begin(), SubLoop->block_end()); in partitionOuterLoopBlocks()
H A DLoopUtils.cpp597 L->block_end()); in deleteDeadLoop()
702 blocks.insert(L->block_begin(), L->block_end()); in deleteDeadLoop()
H A DLocal.cpp1411 hash_combine_range(PN->block_begin(), PN->block_end()))); in EliminateDuplicatePHINodesSetBasedImpl()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c999 int64_t block_end; in write_data_block() local
1013 block_end in write_data_block()
1019 if (a->offset + bytes_to_write > block_end) in write_data_block()
1020 bytes_to_write = block_end - a->offset; in write_data_block()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp786 return std::equal(thisPHI->block_begin(), thisPHI->block_end(), in isIdenticalToWhenDefined()
H A DInstructions.cpp118 copyIncomingBlocks(make_range(PN.block_begin(), PN.block_end())); in PHINode()
167 const_cast<block_iterator>(block_end()), [&](BasicBlock *&BB) { in removeIncomingValueIf()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1985 uint32_t block_end = getScopeEndOffset(variable_cvs); in ParseVariablesForBlock() local
1987 iter = syms.at(block_end); in ParseVariablesForBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2785 const_block_iterator block_end() const {
2790 return make_range(block_begin(), block_end());
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2592 LoopBlockSet.insert(L.block_begin(), L.block_end()); in collectLoopBlockSet()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16478 for (auto I = ML->block_begin(), IE = ML->block_end(); I != IE; ++I) in getPrefLoopAlignment()