Searched refs:TargetCounts (Results 1 – 2 of 2) sorted by relevance
112 SampleRecord::CallTargetMap &TargetCounts = CallTargets.get(); in ProfiledCallGraph() local113 auto It = TargetCounts.find(CalleeSamples->getName()); in ProfiledCallGraph()114 if (It != TargetCounts.end()) in ProfiledCallGraph()
124 SampleRecord::CallTargetMap &TargetCounts = CallTargets.get(); in getInlineCandidates() local125 auto It = TargetCounts.find(CalleeSamples->getName()); in getInlineCandidates()126 if (It != TargetCounts.end()) in getInlineCandidates()