Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp528 this->sortByTargetValues(); in overlap()
529 Input.sortByTargetValues(); in overlap()
627 this->sortByTargetValues(); in merge()
628 Input.sortByTargetValues(); in merge()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h669 void sortByTargetValues() { in sortByTargetValues() function