Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DFunction.h195 void setEntryCount(uint64_t Count);
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1002 F.setEntryCount(Samples->getHeadSamples()); in propagateWeights()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp735 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
/external/llvm/lib/IR/
DFunction.cpp1002 void Function::setEntryCount(uint64_t Count) { in setEntryCount() function in Function
/external/llvm/unittests/IR/
DMetadataTest.cpp2273 F->setEntryCount(12304); in TEST_F()