Home
last modified time | relevance | path

Searched refs:getEntryCount (Results 1 – 11 of 11) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRouteSpecificPool.java144 public final int getEntryCount() { in getEntryCount() method in RouteSpecificPool
DConnPoolByRoute.java214 return (rospl != null) ? rospl.getEntryCount() : 0; in getConnectionsInPool()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp302 if (Callee->getEntryCount() && in getInlineThreshold()
305 FunctionCount = Callee->getEntryCount().getValue(); in getInlineThreshold()
/external/llvm/lib/IR/
DGCOV.cpp332 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
693 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary()
DFunction.cpp1007 Optional<uint64_t> Function::getEntryCount() const { in getEntryCount() function in Function
/external/llvm/include/llvm/IR/
DFunction.h198 Optional<uint64_t> getEntryCount() const;
/external/llvm/include/llvm/Support/
DGCOV.h273 uint64_t getEntryCount() const;
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1004 if (F.getFunction()->getEntryCount()) { in collectLoopBlockSet()
1043 PreciseRotationCost && F.getFunction()->getEntryCount(); in buildLoopChains()
/external/llvm/unittests/IR/
DMetadataTest.cpp2272 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()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp444 EnabledPGO = F->getEntryCount().hasValue(); in runOnLoop()
DJumpThreading.cpp199 HasProfileData = F.getEntryCount().hasValue(); in runOnFunction()