Searched refs:getProbeWeight (Results 1 – 1 of 1) sorted by relevance
368 ErrorOr<uint64_t> getProbeWeight(const Instruction &I);520 return getProbeWeight(Inst); in getInstWeight()549 ErrorOr<uint64_t> SampleProfileLoader::getProbeWeight(const Instruction &Inst) { in getProbeWeight() function in SampleProfileLoader