Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp275 setBranchData(Function, FuncData); in preprocessProfile()
276 Function.ExecutionCount = FuncData->ExecutionCount; in preprocessProfile()
277 FuncData->Used = true; in preprocessProfile()
331 for (const StringMapEntry<FuncBranchData> &FuncData : NamesToBranches) in readProfile() local
332 if (!FuncData.getValue().Used) in readProfile()
1257 for (StringMapEntry<FuncBranchData> &FuncData : NamesToBranches) { in buildLTONameMaps()
1258 const StringRef FuncName = FuncData.getKey(); in buildLTONameMaps()
1261 LTOCommonNameMap[*CommonName].push_back(&FuncData.getValue()); in buildLTONameMaps()
1264 for (StringMapEntry<FuncMemData> &FuncData : NamesToMemEvents) { in buildLTONameMaps()
1265 const StringRef FuncName = FuncData.getKey(); in buildLTONameMaps()
[all …]
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp149 Record *FuncData = FUs[j]; in collectAllComboFuncs() local
150 Record *ComboFunc = FuncData->getValueAsDef("TheComboFunc"); in collectAllComboFuncs()
152 FuncData->getValueAsListOfDefs("FuncList"); in collectAllComboFuncs()