Home
last modified time | relevance | path

Searched refs:getExecutionCount (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp60 ProfileInfoT<Function,BasicBlock>::getExecutionCount(const BasicBlock *BB) { in getExecutionCount() function in llvm::ProfileInfoT
125 getExecutionCount(const MachineBasicBlock *MBB) { in getExecutionCount() function in llvm::ProfileInfoT
138 double ProfileInfoT<Function,BasicBlock>::getExecutionCount(const Function *F) { in getExecutionCount() function in llvm::ProfileInfoT
148 double Count = getExecutionCount(&F->getEntryBlock()); in getExecutionCount()
155 getExecutionCount(const MachineFunction *MF) { in getExecutionCount() function in llvm::ProfileInfoT
161 double Count = getExecutionCount(&MF->front()); in getExecutionCount()
194 double oldw = getExecutionCount(BB); in addExecutionCount()
269 if ((Mode & GetPathToValue) && (getExecutionCount(*Succ) != MissingValue)) { in GetPath()
302 double oldc = getExecutionCount(e.first); in divertFlow()
392 if (getExecutionCount(NewBB) == ProfileInfo::MissingValue) succ_count++; in splitEdge()
[all …]
DProfileVerifierPass.cpp96 double BBWeight = PI->getExecutionCount(BB); in printDebugInfo()
279 DI.BBWeight = PI->getExecutionCount(BB); in recurseBasicBlock()
361 if (PI->getExecutionCount(&F) != PI->getExecutionCount(entry)) in runOnFunction()
DProfileEstimatorPass.cpp153 if (getExecutionCount(BB) != MissingValue) { in recurseBasicBlock()
154 BBWeight = getExecutionCount(BB); in recurseBasicBlock()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h105 double getExecutionCount(const FType *F);
107 double getExecutionCount(const BType *BB);
179 … dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n";
211 … dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n";
217 … dbgs() << BB << "@" << format("%p", BB) << ": " << format("%.20g",getExecutionCount(BB)) << "\n";
/external/swiftshader/third_party/LLVM/tools/llvm-prof/
Dllvm-prof.cpp84 double w = PI.getExecutionCount(F); in emitFunctionAnnot()
92 double w = PI.getExecutionCount(BB); in emitBasicBlockStartAnnot()
162 double w = ignoreMissing(PI.getExecutionCount(FI)); in runOnModule()
166 double w = ignoreMissing(PI.getExecutionCount(BB)); in runOnModule()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DBasicBlockPlacement.cpp134 double MaxExecutionCount = PI->getExecutionCount(*SI); in PlaceBlocks()
140 double Count = PI->getExecutionCount(*SI); in PlaceBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp154 std::string C = formatCount(Line.getExecutionCount()); in renderLineCoverageColumn()
189 if (S->Count == Line.getExecutionCount()) in renderRegionMarkers()
DCoverageSummaryInfo.cpp40 if (LCS.getExecutionCount()) in get()
DSourceCoverageViewHTML.cpp588 if (CurSeg->Count == LCS.getExecutionCount()) in renderLine()
618 Count = tag("pre", formatCount(Line.getExecutionCount())); in renderLineCoverageColumn()
620 (Line.getExecutionCount() > 0) ? "covered-line" : "uncovered-line"; in renderLineCoverageColumn()
DSourceCoverageView.cpp124 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount()) in shouldRenderRegionMarkers()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp682 errs() << "Line: " << Line + 1 << ", count = " << LCS.getExecutionCount() << "\n"; in TEST_P()
683 ASSERT_EQ(LineCounts[Line], LCS.getExecutionCount()); in TEST_P()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h614 uint64_t getExecutionCount() const { return ExecutionCount; } in getExecutionCount() function
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...