Searched defs:block_begin (Results 1 - 7 of 7) 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/llvm/include/llvm/Analysis/
H A DRegionInfo.h596 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); } function in class:llvm::RegionBase
600 const_block_iterator block_begin() const { function in class:llvm::RegionBase
610 return block_range(block_begin(), block_end());
617 return const_block_range(block_begin(), block_end());
H A DLoopInfo.h146 block_iterator block_begin() const { return Blocks.begin(); } function in class:llvm::LoopBase
149 return make_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.h276 BlockIterator block_begin() const { return Blocks.begin(); } function in class:llvm::GCOVFunction
279 return make_range(block_begin(), block_end());
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1643 (** [block_begin f] returns the first position in the basic block list of the
1644 function [f]. [block_begin] and [block_succ] can be used to iterate over
1647 val block_begin : llvalue -> (llvalue, llbasicblock) llpos var
/external/llvm/include/llvm/IR/
H A DInstructions.h2495 block_iterator block_begin() { function in class:llvm::PHINode
2501 const_block_iterator block_begin() const { function in class:llvm::PHINode
2508 return block_begin() + getNumOperands();
2512 return block_begin() + getNumOperands();
2544 return block_begin()[i];
2564 block_begin()[i] = BB;
2599 if (block_begin()[i] == BB)

Completed in 333 milliseconds