Home | History | Annotate | Download | only in IR

Lines Matching refs:getEntryCount

2272   EXPECT_FALSE(F->getEntryCount().hasValue());
2274 EXPECT_TRUE(F->getEntryCount().hasValue());
2275 EXPECT_EQ(12304u, *F->getEntryCount());