Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h54 getDuplicationFactor(unsigned Discriminator,
H A DProfileGenerator.cpp371 Count *= getDuplicationFactor(LeafLoc.Location.Discriminator); in updateBodySamplesforFunctionProfile()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp1113 EXPECT_EQ(1U, L1->getDuplicationFactor()); in TEST_F()
1121 EXPECT_EQ(1U, L1->getDuplicationFactor()); in TEST_F()
1124 EXPECT_EQ(1U, L2->getDuplicationFactor()); in TEST_F()
1128 EXPECT_EQ(2U, L3->getDuplicationFactor()); in TEST_F()
1134 EXPECT_EQ(8U, L4->getDuplicationFactor()); in TEST_F()
1138 EXPECT_EQ(8U, L5->getDuplicationFactor()); in TEST_F()
1145 ->getDuplicationFactor()); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1694 inline unsigned getDuplicationFactor() const;
2216 unsigned DILocation::getDuplicationFactor() const { in getDuplicationFactor() function
2247 DF *= getDuplicationFactor(); in cloneByMultiplyingDuplicationFactor()