Home
last modified time | relevance | path

Searched refs:dst_begin (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DGCOV.h345 EdgeIterator dst_begin() const { return DstEdges.begin(); } in dst_begin() function
348 return make_range(dst_begin(), dst_end()); in dsts()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h358 EdgeIterator dst_begin() const { return DstEdges.begin(); } in dst_begin() function
361 return make_range(dst_begin(), dst_end()); in dsts()
/external/llvm/lib/IR/
DGCOV.cpp679 (*Block->dst_begin())->Count); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp701 (*Block->dst_begin())->Count); in print()