Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp801 this->sortByTargetValues(); in overlap()
802 Input.sortByTargetValues(); in overlap()
900 this->sortByTargetValues(); in merge()
901 Input.sortByTargetValues(); in merge()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h862 void sortByTargetValues() { in sortByTargetValues() function