Home
last modified time | relevance | path

Searched refs:getLastLine (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp718 if (b->getLastLine() != lineNum) in collectSourceLine()
778 if (b->getLastLine() != lineNum) in annotateSource()
820 if (b->succ.size() < 2 || b->getLastLine() != lineNum) in printSourceToIntermediate()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h280 uint32_t getLastLine() const { return lines.back(); } in getLastLine() function