Searched refs:FuncDesc (Results 1 – 4 of 4) sorted by relevance
477 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in countMismatchedFuncSamples() local479 if (!FuncDesc) in countMismatchedFuncSamples()482 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countMismatchedFuncSamples()789 const auto *FuncDesc = ProbeManager->getDesc(IRFunc); in functionMatchesProfileHelper() local790 if (FuncDesc && in functionMatchesProfileHelper()791 !ProbeManager->profileIsHashMismatched(*FuncDesc, *FSForMatching)) { in functionMatchesProfileHelper()
2106 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in rejectHighStalenessProfile() local2107 if (!FuncDesc) in rejectHighStalenessProfile()2116 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) in rejectHighStalenessProfile()
730 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid()); in getInlineContextForProbe() local732 MCPseudoProbeFrameLocation(FuncDesc->FuncName, Probe->getIndex())); in getInlineContextForProbe()
120 bool profileIsHashMismatched(const PseudoProbeDescriptor &FuncDesc,122 return FuncDesc.getFunctionHash() != Samples.getFunctionHash();