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