Searched refs:InstWeight (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp401 uint32_t InstWeight = getInstWeight(*I, FirstLineno, BodySamples); local
402 if (InstWeight > Weight)
403 Weight = InstWeight;

Completed in 29 milliseconds