Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSampleProfile.cpp106 unsigned getInstWeight(Instruction &I);
218 unsigned SampleProfileLoader::getInstWeight(Instruction &Inst) { in getInstWeight() function in SampleProfileLoader
256 unsigned InstWeight = getInstWeight(I); in getBlockWeight()