Searched refs:ProgramPathAndClusterInfo (Results 1 – 2 of 2) sorted by relevance
67 auto R = ProgramPathAndClusterInfo.find(getAliasName(FuncName)); in getClusterInfoForFunction()68 return R != ProgramPathAndClusterInfo.end() in getClusterInfoForFunction()76 return ProgramPathAndClusterInfo.lookup(getAliasName(FuncName)).ClonePaths; in getClonePathsForFunction()135 auto FI = ProgramPathAndClusterInfo.end(); in ReadV1Profile()179 FI = ProgramPathAndClusterInfo.end(); in ReadV1Profile()188 auto R = ProgramPathAndClusterInfo.try_emplace(Values.front()); in ReadV1Profile()205 if (FI == ProgramPathAndClusterInfo.end()) in ReadV1Profile()226 if (FI == ProgramPathAndClusterInfo.end()) in ReadV1Profile()253 auto FI = ProgramPathAndClusterInfo.end(); in ReadV0Profile()274 if (FI == ProgramPathAndClusterInfo.end()) in ReadV0Profile()[all …]
126 StringMap<FunctionPathAndClusterInfo> ProgramPathAndClusterInfo; variable