Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cpp207 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_locate_address() local
247 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_get_alloc_stack() local
Dtsan_external.cpp104 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_external_assign_tag() local
Dtsan_rtl_report.cpp331 void *block_begin = a->GetBlockBegin((void*)addr); in AddLocation() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h77 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin() function
/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/tensorflow/tensorflow/core/kernels/linalg/
Dcholesky_grad.cc87 const int64 block_begin = std::max(int64{0}, block_end - kMaxBlockSize); in ComputeMatrix() 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/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/llvm/include/llvm/Analysis/
DLoopInfo.h141 block_iterator 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/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/Analysis/
DLoopInfo.h159 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin() function
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h176 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
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli1714 val block_begin : llvalue -> (llvalue, llbasicblock) llpos val