Lines Matching refs:ProgramPathAndClusterInfo
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()
326 FI = ProgramPathAndClusterInfo.end(); in ReadV0Profile()
334 auto R = ProgramPathAndClusterInfo.try_emplace(Aliases.front()); in ReadV0Profile()