Searched defs:block_begin (Results 1 - 8 of 8) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_random_access_diagonal_matrix.cc75 const int block_begin = col_layout[i]; local
78 rows[pos] = block_begin + r;
79 cols[pos] = block_begin + c;
/external/openfst/src/extensions/ngram/
H A Dbitmap-index.cc50 vector<uint16>::const_iterator block_begin) :
51 vector<uint16>::const_iterator(loc), block_begin_(block_begin) {}
106 vector<uint16>::const_iterator block_begin = local
108 remzeros -= *secondary_index_inverted(block_begin + word - 1, block_begin);
135 for (uint32 block_begin = 0; block_begin < ArraySize();
136 block_begin += kSecondaryBlockSize) {
138 uint32 block_end = block_begin + kSecondaryBlockSize;
140 for (uint32 j = block_begin;
49 secondary_index_inverted(vector<uint16>::const_iterator loc, vector<uint16>::const_iterator block_begin) argument
153 find_secondary_block( size_t block_begin, size_t rem_bit_index) const argument
163 find_inverted_secondary_block( size_t block_begin, size_t rem_bit_index) const argument
[all...]
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h148 block_iterator block_begin() const { return Blocks.begin(); } function in class:llvm::LoopBase
H A DRegionInfo.h597 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); } function in class:llvm::RegionBase
601 const_block_iterator block_begin() const { function in class:llvm::RegionBase
611 return block_range(block_begin(), block_end());
618 return const_block_range(block_begin(), block_end());
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc321 void *block_begin = a->GetBlockBegin((void*)addr); local
322 if (block_begin)
323 b = ctx->metamap.GetBlock((uptr)block_begin);
/external/llvm/include/llvm/Support/
H A DGCOV.h271 BlockIterator block_begin() const { return Blocks.begin(); } function in class:llvm::GCOVFunction
274 return make_range(block_begin(), block_end());
/external/llvm/include/llvm/IR/
H A DInstructions.h2197 block_iterator block_begin() { function in class:llvm::PHINode
2203 const_block_iterator block_begin() const { function in class:llvm::PHINode
2210 return block_begin() + getNumOperands();
2214 return block_begin() + getNumOperands();
2241 return block_begin()[i];
2260 block_begin()[i] = BB;
2299 if (block_begin()[i] == BB)
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1633 (** [block_begin f] returns the first position in the basic block list of the
1634 function [f]. [block_begin] and [block_succ] can be used to iterate over
1637 val block_begin : llvalue -> (llvalue, llbasicblock) llpos var

Completed in 316 milliseconds