Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp151 const SmallVector<SmallVector<unsigned>> &ClonePaths) { in ApplyCloning() argument
152 if (ClonePaths.empty()) in ApplyCloning()
162 for (const auto &ClonePath : ClonePaths) { in ApplyCloning()
H A DBasicBlockSectionsProfileReader.cpp75 return ProgramPathAndClusterInfo.lookup(getAliasName(FuncName)).ClonePaths; in getClonePathsForFunction()
228 FI->second.ClonePaths.push_back({}); in ReadV1Profile()
238 FI->second.ClonePaths.back().push_back(BaseBBID); in ReadV1Profile()