Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp159 const SmallVector<SmallVector<unsigned>> &ClonePaths) { in ApplyCloning() argument
160 if (ClonePaths.empty()) in ApplyCloning()
170 for (const auto &ClonePath : ClonePaths) { in ApplyCloning()
H A DBasicBlockSectionsProfileReader.cpp76 return ProgramPathAndClusterInfo.lookup(getAliasName(FuncName)).ClonePaths; in getClonePathsForFunction()
229 FI->second.ClonePaths.push_back({}); in ReadV1Profile()
239 FI->second.ClonePaths.back().push_back(BaseBBID); in ReadV1Profile()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h52 SmallVector<SmallVector<unsigned>> ClonePaths; member