Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h116 if (auto CallTargets = CallerSamples->findCallTargetMapAt(Callsite)) { variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp270 const PGOCtxProfContext::CallTargetMapTy &CallTargets) { in toYaml()
H A DSampleProfReader.cpp89 auto CallTargets = Sample.getSortedCallTargets(); in dumpFunctionProfileJson() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp840 const SmallVectorImpl<InstrProfValueData> &CallTargets, in updateIDTMetaData()