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