Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2211 countProfileMismatches(const Function & F,const FunctionSamples & FS,const std::map<LineLocation,StringRef> & IRAnchors,const std::map<LineLocation,std::unordered_set<FunctionId>> & ProfileAnchors) countProfileMismatches() argument
2246 countProfileCallsiteMismatches(const FunctionSamples & FS,const std::map<LineLocation,StringRef> & IRAnchors,const std::map<LineLocation,std::unordered_set<FunctionId>> & ProfileAnchors,uint64_t & FuncMismatchedCallsites,uint64_t & FuncProfiledCallsites) countProfileCallsiteMismatches() argument
2294 findProfileAnchors(const FunctionSamples & FS,std::map<LineLocation,std::unordered_set<FunctionId>> & ProfileAnchors) findProfileAnchors() argument
2343 runStaleProfileMatching(const Function & F,const std::map<LineLocation,StringRef> & IRAnchors,const std::map<LineLocation,std::unordered_set<FunctionId>> & ProfileAnchors,LocToLocMap & IRToProfileLocationMap) runStaleProfileMatching() argument
2443 std::map<LineLocation, std::unordered_set<FunctionId>> ProfileAnchors; runOnFunction() local