Searched refs:ClonePath (Results 1 – 1 of 1) sorted by relevance
90 const SmallVector<unsigned> &ClonePath) { in IsValidCloning() argument92 for (size_t I = 0; I < ClonePath.size(); ++I) { in IsValidCloning()93 unsigned BBID = ClonePath[I]; in IsValidCloning()124 if (I != ClonePath.size() - 1 && !PathBB->empty() && in IsValidCloning()152 for (const auto &ClonePath : ClonePaths) { in ApplyCloning() local153 if (!IsValidCloning(MF, BBIDToBlock, ClonePath)) { in ApplyCloning()156 for (unsigned BBID : ClonePath) in ApplyCloning()161 for (unsigned BBID : ClonePath) { in ApplyCloning()