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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp103 void *block_begin = a->GetBlockBegin((void *)addr); local
H A Dtsan_debugging.cpp207 void *block_begin = a->GetBlockBegin((void *)addr); local
247 void *block_begin = a->GetBlockBegin((void *)addr); local
H A Dtsan_rtl_report.cpp331 void *block_begin = a->GetBlockBegin((void*)addr); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h78 block_iterator block_begin() const { return getBlocks().begin(); } function in class:llvm::WebAssemblyException
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); } function in class:llvm::RegionBase
615 const_block_iterator block_begin() const { function in class:llvm::RegionBase
H A DLoopInfo.h159 block_iterator block_begin() const { return getBlocks().begin(); } function in class:llvm::LoopBase
H A DMemorySSA.h501 block_iterator block_begin() { function in class:llvm::final
506 const_block_iterator block_begin() const { function in class:llvm::final
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h291 BlockIterator block_begin() const { return Blocks.begin(); } function in class:llvm::GCOVFunction
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2612 block_iterator block_begin() { function in class:llvm::ShuffleVectorInst::PHINode
2618 const_block_iterator block_begin() const { function in class:llvm::ShuffleVectorInst::PHINode

Completed in 207 milliseconds