Home
last modified time | relevance | path

Searched refs:getInstWeight (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h231 virtual ErrorOr<uint64_t> getInstWeight(const InstructionT &Inst);
403 SampleProfileLoaderBaseImpl<BT>::getInstWeight(const InstructionT &Inst) {
519 const ErrorOr<uint64_t> &R = getInstWeight(I);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp193 ErrorOr<uint64_t> getInstWeight(const MachineInstr &MI) override { in getInstWeight() function in llvm::MIRProfileLoader
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp494 ErrorOr<uint64_t> getInstWeight(const Instruction &I) override;
655 ErrorOr<uint64_t> SampleProfileLoader::getInstWeight(const Instruction &Inst) { in getInstWeight() function in SampleProfileLoader