Searched defs:getInstWeight (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MIRSampleProfile.cpp | 190 ErrorOr<uint64_t> getInstWeight(const MachineInstr &MI) override { in getInstWeight() function in llvm::MIRProfileLoader |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ | ||
H A D | SampleProfile.cpp | 693 ErrorOr<uint64_t> SampleProfileLoader::getInstWeight(const Instruction &Inst) { getInstWeight() function in SampleProfileLoader |