Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp910 auto ComputePercentange = [](int64_t Input, int64_t Output) -> float { in printStatistic() local
937 E.second.Output, ComputePercentange(E.second.Input, E.second.Output)); in printStatistic()
943 ComputePercentange(InputTotal, OutputTotal)); in printStatistic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2953 auto ComputePercentange = [](int64_t Input, int64_t Output) -> float { in link() local
2980 E.second.Output, ComputePercentange(E.second.Input, E.second.Output)); in link()
2986 ComputePercentange(InputTotal, OutputTotal)); in link()