Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp86 SampleRecord::CallTargetMap &TargetCounts = CallTargets.get(); in getInlineCandidates() local
87 auto It = TargetCounts.find(CalleeSamples->getName()); in getInlineCandidates()
88 if (It != TargetCounts.end()) in getInlineCandidates()