Searched refs:getEntryCount (Results 1 – 11 of 11) sorted by relevance
144 public final int getEntryCount() { in getEntryCount() method in RouteSpecificPool
214 return (rospl != null) ? rospl.getEntryCount() : 0; in getConnectionsInPool()
302 if (Callee->getEntryCount() && in getInlineThreshold()305 FunctionCount = Callee->getEntryCount().getValue(); in getInlineThreshold()
332 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction693 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary()
1007 Optional<uint64_t> Function::getEntryCount() const { in getEntryCount() function in Function
198 Optional<uint64_t> getEntryCount() const;
273 uint64_t getEntryCount() const;
1004 if (F.getFunction()->getEntryCount()) { in collectLoopBlockSet()1043 PreciseRotationCost && F.getFunction()->getEntryCount(); in buildLoopChains()
2272 EXPECT_FALSE(F->getEntryCount().hasValue()); in TEST_F()2274 EXPECT_TRUE(F->getEntryCount().hasValue()); in TEST_F()2275 EXPECT_EQ(12304u, *F->getEntryCount()); in TEST_F()
444 EnabledPGO = F->getEntryCount().hasValue(); in runOnLoop()
199 HasProfileData = F.getEntryCount().hasValue(); in runOnFunction()