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.c99 uint64_t *block_end = block_start + in space_map_iterate() local
107 block_cursor < block_end && error == 0; block_cursor++) { in space_map_iterate()
150 VERIFY3P(block_cursor, <=, block_end); in space_map_iterate()
562 uint64_t *block_end = block_base + (sm->sm_blksz / sizeof (uint64_t)); in space_map_write_seg() local
566 ASSERT3P(block_cursor, <=, block_end); in space_map_write_seg()
578 ASSERT3P(block_cursor, <=, block_end); in space_map_write_seg()
584 if (block_cursor == block_end) { in space_map_write_seg()
600 block_end = block_base + in space_map_write_seg()
610 if (next_entry == block_end && words > 1) { in space_map_write_seg()
618 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.h609 block_iterator block_end() { return block_iterator(); }
614 const_block_iterator block_end() const { return const_block_iterator(); }
621 return block_range(block_begin(), block_end());
628 return const_block_range(block_begin(), block_end());
H A DMemorySSA.h510 block_iterator block_end() { return block_begin() + getNumOperands(); }
512 const_block_iterator block_end() const {
517 return make_range(block_begin(), block_end());
521 return make_range(block_begin(), block_end());
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h206 const_block_iterator block_end() const { in block_end() function
211 return llvm::make_range(block_begin(), block_end()); in blocks()
/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.h386 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end(); in verifyLoop()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1008 int64_t block_end; in write_data_block() local
1022 block_end in write_data_block()
1028 if (a->offset + bytes_to_write > block_end) in write_data_block()
1029 bytes_to_write = block_end - a->offset; in write_data_block()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2418 const_block_iterator block_end() const { in block_end() function
2420 return const_block_iterator(cast<llvm::PHINode>(Val)->block_end(), in block_end()
2424 return make_range(block_begin(), block_end()); in blocks()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2005 uint32_t block_end = getScopeEndOffset(variable_cvs); in ParseVariablesForBlock() local
2007 iter = syms.at(block_end); in ParseVariablesForBlock()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp951 return std::equal(thisPHI->block_begin(), thisPHI->block_end(), in isIdenticalToWhenDefined()
H A DInstructions.cpp132 copyIncomingBlocks(make_range(PN.block_begin(), PN.block_end())); in PHINode()
181 const_cast<block_iterator>(block_end()), [&](BasicBlock *&BB) { in removeIncomingValueIf()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2695 const_block_iterator block_end() const {
2700 return make_range(block_begin(), block_end());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp600 L->block_end()); in deleteDeadLoop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2687 LoopBlockSet.insert(L.block_begin(), L.block_end()); in collectLoopBlockSet()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5430 ExistingBlocks.append(L->block_begin(), L->block_end()); in createIfVersion()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17596 for (auto I = ML->block_begin(), IE = ML->block_end(); I != IE; ++I) in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc17143 …pEE9block_endEv", "llvm::LoopBase<llvm::MachineBasicBlock, llvm::MachineLoop>::block_end() const"},