Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h112 SampleRecord::CallTargetMap &TargetCounts = CallTargets.get(); in ProfiledCallGraph() local
113 auto It = TargetCounts.find(CalleeSamples->getName()); in ProfiledCallGraph()
114 if (It != TargetCounts.end()) in ProfiledCallGraph()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp124 SampleRecord::CallTargetMap &TargetCounts = CallTargets.get(); in getInlineCandidates() local
125 auto It = TargetCounts.find(CalleeSamples->getName()); in getInlineCandidates()
126 if (It != TargetCounts.end()) in getInlineCandidates()