Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGCOV.cpp589 FunctionLines::const_iterator FuncsIt = Line.Functions.find(LineIndex); in print() local
590 if (FuncsIt != Line.Functions.end()) in print()
591 printFunctionSummary(CovOS, FuncsIt->second); in print()