/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfo.cpp | 60 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 …]
|
D | ProfileVerifierPass.cpp | 96 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()
|
D | ProfileEstimatorPass.cpp | 153 if (getExecutionCount(BB) != MissingValue) { in recurseBasicBlock() 154 BBWeight = getExecutionCount(BB); in recurseBasicBlock()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfo.h | 105 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/ |
D | llvm-prof.cpp | 84 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/ |
D | BasicBlockPlacement.cpp | 134 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/ |
D | SourceCoverageViewText.cpp | 154 std::string C = formatCount(Line.getExecutionCount()); in renderLineCoverageColumn() 189 if (S->Count == Line.getExecutionCount()) in renderRegionMarkers()
|
D | CoverageSummaryInfo.cpp | 40 if (LCS.getExecutionCount()) in get()
|
D | SourceCoverageViewHTML.cpp | 588 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()
|
D | SourceCoverageView.cpp | 124 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount()) in shouldRenderRegionMarkers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | CoverageMappingTest.cpp | 682 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/ |
D | CoverageMapping.h | 614 uint64_t getExecutionCount() const { return ExecutionCount; } in getExecutionCount() function
|
/external/guice/extensions/persist/lib/ |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |