Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp559 this->sortByTargetValues(); in overlap()
560 Input.sortByTargetValues(); in overlap()
658 this->sortByTargetValues(); in merge()
659 Input.sortByTargetValues(); in merge()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h703 void sortByTargetValues() { in sortByTargetValues() function