Searched refs:TargetCounts (Results 1 – 1 of 1) 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()