Searched refs:FuncData (Results 1 – 2 of 2) sorted by relevance
275 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() local332 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 …]
149 Record *FuncData = FUs[j]; in collectAllComboFuncs() local150 Record *ComboFunc = FuncData->getValueAsDef("TheComboFunc"); in collectAllComboFuncs()152 FuncData->getValueAsListOfDefs("FuncList"); in collectAllComboFuncs()