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.cpp91 const SmallVector<unsigned> &ClonePath) { in IsValidCloning() argument
93 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() local
171 if (!IsValidCloning(MF, BBIDToBlock, ClonePath)) { in ApplyCloning()
174 for (unsigned BBID : ClonePath) in ApplyCloning()
179 for (unsigned BBID : ClonePath) { in ApplyCloning()