HomeSort by relevance Sort by last modified time
    Searched defs:block_begin (Results 1 - 8 of 8) sorted by null

  /external/ceres-solver/internal/ceres/
block_random_access_diagonal_matrix.cc 75 const int block_begin = col_layout[i]; local
78 rows[pos] = block_begin + r;
79 cols[pos] = block_begin + c;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 321 void *block_begin = a->GetBlockBegin((void*)addr); local
322 if (block_begin)
323 b = ctx->metamap.GetBlock((uptr)block_begin);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 146 block_iterator block_begin() const { return Blocks.begin(); } function in class:llvm::LoopBase
149 return make_range(block_begin(), block_end());
RegionInfo.h 596 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());
    [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 276 BlockIterator block_begin() const { return Blocks.begin(); } function in class:llvm::GCOVFunction
279 return make_range(block_begin(), block_end());
  /external/llvm/include/llvm/IR/
Instructions.h 2495 block_iterator block_begin() { function in class:llvm::PHINode
2501 const_block_iterator block_begin() const { function in class:llvm::PHINode
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 1647 val block_begin : llvalue -> (llvalue, llbasicblock) llpos var
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 6394 bfd_vma block_begin; local
    [all...]

Completed in 566 milliseconds