Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DBasicBlockSectionsProfileReader.h54 SmallVector<SmallVector<unsigned>> ClonePaths; member