Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3444 SmallSet<unsigned, 0> TouchedPages; in order_main() local
3451 TouchedPages.insert(It->getSecond()); in order_main()
3452 Area += TouchedPages.size(); in order_main()
3454 TouchedPages.clear(); in order_main()