Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp131 ErrorOr<uint64_t> getInstWeight(const Instruction &I) const;
447 SampleProfileLoader::getInstWeight(const Instruction &Inst) const { in getInstWeight() function in SampleProfileLoader
496 const ErrorOr<uint64_t> &R = getInstWeight(I); in getBlockWeight()