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

/external/llvm/lib/IR/
H A DGCOV.cpp293 /// getExitCount - Get the number of times the function returned by retrieving
295 uint64_t GCOVFunction::getExitCount() const { function in class:GCOVFunction
673 << " returned " << safeDiv(Func->getExitCount()*100, EntryCount)

Completed in 31 milliseconds