Home
last modified time | relevance | path

Searched defs:FuncFilter (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp629 overlapInput(const std::string & BaseFilename,const std::string & TestFilename,WriterContext * WC,OverlapStats & Overlap,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInput() argument
1719 overlapInstrProfile(const std::string & BaseFilename,const std::string & TestFilename,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInstrProfile() argument
1899 SampleOverlapAggregator(const std::string & BaseFilename,const std::string & TestFilename,double LowSimilarityThreshold,double Epsilon,const OverlapFuncFilters & FuncFilter) SampleOverlapAggregator() argument
1973 OverlapFuncFilters FuncFilter; global() member in __anon5bce405e1211::SampleOverlapAggregator
2647 overlapSampleProfile(const std::string & BaseFilename,const std::string & TestFilename,const OverlapFuncFilters & FuncFilter,uint64_t SimilarityCutoff,raw_fd_ostream & OS) overlapSampleProfile() argument
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp216 overlapRecord(NamedInstrProfRecord && Other,OverlapStats & Overlap,OverlapStats & FuncLevelOverlap,const OverlapFuncFilters & FuncFilter) overlapRecord() argument