Searched refs:getInstWeight (Results 1 – 3 of 3) sorted by relevance
230 virtual ErrorOr<uint64_t> getInstWeight(const InstructionT &Inst);402 SampleProfileLoaderBaseImpl<BT>::getInstWeight(const InstructionT &Inst) {525 const ErrorOr<uint64_t> &R = getInstWeight(I);
190 ErrorOr<uint64_t> getInstWeight(const MachineInstr &MI) override { in getInstWeight() function in llvm::MIRProfileLoader
491 ErrorOr<uint64_t> getInstWeight(const Instruction &I) override;653 ErrorOr<uint64_t> SampleProfileLoader::getInstWeight(const Instruction &Inst) { in getInstWeight() function in SampleProfileLoader