Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp908 auto ComputePercentange = [](int64_t Input, int64_t Output) -> float { in printStatistic() local
935 E.second.Output, ComputePercentange(E.second.Input, E.second.Output)); in printStatistic()
941 ComputePercentange(InputTotal, OutputTotal)); in printStatistic()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2973 auto ComputePercentange = [](int64_t Input, int64_t Output) -> float { in link() local
3000 E.second.Output, ComputePercentange(E.second.Input, E.second.Output)); in link()
3006 ComputePercentange(InputTotal, OutputTotal)); in link()