Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp67 auto R = ProgramPathAndClusterInfo.find(getAliasName(FuncName)); in getClusterInfoForFunction()
68 return R != ProgramPathAndClusterInfo.end() in getClusterInfoForFunction()
76 return ProgramPathAndClusterInfo.lookup(getAliasName(FuncName)).ClonePaths; in getClonePathsForFunction()
135 auto FI = ProgramPathAndClusterInfo.end(); in ReadV1Profile()
179 FI = ProgramPathAndClusterInfo.end(); in ReadV1Profile()
188 auto R = ProgramPathAndClusterInfo.try_emplace(Values.front()); in ReadV1Profile()
205 if (FI == ProgramPathAndClusterInfo.end()) in ReadV1Profile()
226 if (FI == ProgramPathAndClusterInfo.end()) in ReadV1Profile()
253 auto FI = ProgramPathAndClusterInfo.end(); in ReadV0Profile()
274 if (FI == ProgramPathAndClusterInfo.end()) in ReadV0Profile()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h126 StringMap<FunctionPathAndClusterInfo> ProgramPathAndClusterInfo; variable