Searched refs:FuncDesc (Results 1 – 4 of 4) sorted by relevance
530 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in countMismatchedFuncSamples() local532 if (!FuncDesc) in countMismatchedFuncSamples()535 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countMismatchedFuncSamples()797 const auto *FuncDesc = ProbeManager->getDesc(IRFunc); in functionMatchesProfileHelper() local798 if (FuncDesc && in functionMatchesProfileHelper()799 !ProbeManager->profileIsHashMismatched(*FuncDesc, *FSFlattened)) { in functionMatchesProfileHelper()
2097 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in rejectHighStalenessProfile() local2098 if (!FuncDesc) in rejectHighStalenessProfile()2107 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) in rejectHighStalenessProfile()
626 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid()); in getInlineContextForProbe() local628 MCPseudoProbeFrameLocation(FuncDesc->FuncName, Probe->getIndex())); in getInlineContextForProbe()
119 bool profileIsHashMismatched(const PseudoProbeDescriptor &FuncDesc,121 return FuncDesc.getFunctionHash() != Samples.getFunctionHash();