Home
last modified time | relevance | path

Searched defs:block_begin (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcholesky_grad.cc87 const int64 block_begin = std::max(0ll, block_end - kMaxBlockSize); in ComputeMatrix() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionInfo.cpp251 Region::block_iterator Region::block_begin() { in block_begin() function in Region
259 Region::const_block_iterator Region::block_begin() const { in block_begin() function in Region
/external/mesa3d/src/compiler/nir/
Dnir_control_flow.c666 nir_block *block_begin, *block_end, *block_before, *block_after; in nir_cf_extract() local
/external/llvm/include/llvm/Analysis/
DLoopInfo.h141 block_iterator block_begin() const { return Blocks.begin(); } in block_begin() function
/external/llvm/include/llvm/Support/
DGCOV.h276 BlockIterator block_begin() const { return Blocks.begin(); } in block_begin() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc326 void *block_begin = a->GetBlockBegin((void*)addr); in AddLocation() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h135 block_iterator block_begin() const { return Blocks.begin(); } in block_begin() function
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1490 val block_begin : llvalue -> (llvalue, llbasicblock) llpos val
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1677 val block_begin : llvalue -> (llvalue, llbasicblock) llpos val