Searched refs:ClonePaths (Results 1 – 3 of 3) sorted by relevance
159 const SmallVector<SmallVector<unsigned>> &ClonePaths) { in ApplyCloning() argument160 if (ClonePaths.empty()) in ApplyCloning()170 for (const auto &ClonePath : ClonePaths) { in ApplyCloning()
76 return ProgramPathAndClusterInfo.lookup(getAliasName(FuncName)).ClonePaths; in getClonePathsForFunction()229 FI->second.ClonePaths.push_back({}); in ReadV1Profile()239 FI->second.ClonePaths.back().push_back(BaseBBID); in ReadV1Profile()
52 SmallVector<SmallVector<unsigned>> ClonePaths; member