Searched refs:ClonePath (Results 1 – 1 of 1) sorted by relevance
91 const SmallVector<unsigned> &ClonePath) { in IsValidCloning() argument93 for (size_t I = 0; I < ClonePath.size(); ++I) { in IsValidCloning()94 unsigned BBID = ClonePath[I]; in IsValidCloning()142 if (I != ClonePath.size() - 1 && !PathBB->empty() && in IsValidCloning()170 for (const auto &ClonePath : ClonePaths) { in ApplyCloning() local171 if (!IsValidCloning(MF, BBIDToBlock, ClonePath)) { in ApplyCloning()174 for (unsigned BBID : ClonePath) in ApplyCloning()179 for (unsigned BBID : ClonePath) { in ApplyCloning()