Home
last modified time | relevance | path

Searched refs:ClonePath (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp90 const SmallVector<unsigned> &ClonePath) { in IsValidCloning() argument
92 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() local
163 if (!IsValidCloning(MF, BBIDToBlock, ClonePath)) { in ApplyCloning()
166 for (unsigned BBID : ClonePath) in ApplyCloning()
171 for (unsigned BBID : ClonePath) { in ApplyCloning()