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()134 if (I != ClonePath.size() - 1 && !PathBB->empty() && in IsValidCloning()162 for (const auto &ClonePath : ClonePaths) { in ApplyCloning() local163 if (!IsValidCloning(MF, BBIDToBlock, ClonePath)) { in ApplyCloning()166 for (unsigned BBID : ClonePath) in ApplyCloning()171 for (unsigned BBID : ClonePath) { in ApplyCloning()