Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Analysis/
HDLoopInfo.h141 block_iterator block_begin() const { return Blocks.begin(); } in block_begin() function
/NextBSD/contrib/llvm/include/llvm/Support/
HDGCOV.h271 BlockIterator block_begin() const { return Blocks.begin(); } in block_begin() function
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_report.cc321 void *block_begin = a->GetBlockBegin((void*)addr); in AddLocation() local