Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h78 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin() function
/external/zucchini/
Dreloc_win32.cc115 ConstBufferView::const_iterator block_begin) { in LoadRelocBlock()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dcholesky_grad.cc87 const int64_t block_begin = std::max(int64{0}, block_end - kMaxBlockSize); in ComputeMatrix() local
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_legacy.cc696 const uint8_t* block_begin = packet.data(); in EncodeRtcpPacket() local
Drtc_event_log_encoder_new_format.cc277 const uint8_t* block_begin = packet.data(); in RemoveNonWhitelistedRtcpBlocks() local
/external/mesa3d/src/compiler/nir/
Dnir_control_flow.c678 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h291 BlockIterator block_begin() const { return Blocks.begin(); } in block_begin() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h159 block_iterator block_begin() const { return getBlocks().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/llvm/bindings/ocaml/llvm/
Dllvm.mli1677 val block_begin : llvalue -> (llvalue, llbasicblock) llpos val