Searched refs:getInstWeight (Results 1 – 3 of 3) sorted by relevance
231 virtual ErrorOr<uint64_t> getInstWeight(const InstructionT &Inst);403 SampleProfileLoaderBaseImpl<BT>::getInstWeight(const InstructionT &Inst) {519 const ErrorOr<uint64_t> &R = getInstWeight(I);
193 ErrorOr<uint64_t> getInstWeight(const MachineInstr &MI) override { in getInstWeight() function in llvm::MIRProfileLoader
494 ErrorOr<uint64_t> getInstWeight(const Instruction &I) override;655 ErrorOr<uint64_t> SampleProfileLoader::getInstWeight(const Instruction &Inst) { in getInstWeight() function in SampleProfileLoader