Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp113 ErrorOr<uint64_t> getInstWeight(const Instruction &I) const;
454 SampleProfileLoader::getInstWeight(const Instruction &Inst) const { in getInstWeight() function in SampleProfileLoader
514 const ErrorOr<uint64_t> &R = getInstWeight(I); in getBlockWeight()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp203 ErrorOr<uint64_t> getInstWeight(const Instruction &I);
521 ErrorOr<uint64_t> SampleProfileLoader::getInstWeight(const Instruction &Inst) { in getInstWeight() function in SampleProfileLoader
587 const ErrorOr<uint64_t> &R = getInstWeight(I); in getBlockWeight()