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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp1 //===- SampleProfile.cpp - Incorporate sample profiles into the IR --------===//
80 class SampleProfile { class in namespace:__anon2823
82 SampleProfile(StringRef F) : Profiles(0), Filename(F) {} function in class:__anon2823::SampleProfile
231 OwningPtr<SampleProfile> Profiler;
242 void SampleProfile::printFunctionProfile(raw_ostream &OS, StringRef FName) {
258 void SampleProfile::dumpFunctionProfile(StringRef FName) {
263 void SampleProfile::dump() {
300 void SampleProfile::loadText() {
370 uint32_t SampleProfile::getInstWeight(Instruction &Inst, unsigned FirstLineno,
388 uint32_t SampleProfile
[all...]
/freebsd-10.2-release/lib/clang/libllvmscalaropts/
H A DMakefile35 SampleProfile.cpp \

Completed in 27 milliseconds