Searched refs:RunCount (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/IR/ |
D | PassManagerTest.cpp | 87 TestModulePass(int &RunCount) : RunCount(RunCount) {} in TestModulePass() 90 ++RunCount; in run() 96 int &RunCount; member 120 TestFunctionPass(int &RunCount, int &AnalyzedInstrCount, in TestFunctionPass() 123 : RunCount(RunCount), AnalyzedInstrCount(AnalyzedInstrCount), in TestFunctionPass() 128 ++RunCount; in run() 152 int &RunCount; member
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 230 : GCNOInitialized(false), Checksum(0), Functions(), RunCount(0), in GCOVFile() 243 uint32_t RunCount; variable 394 : Options(Options), LineInfo(), RunCount(0), ProgramCount(0) {} in FileInfo() 407 void setRunCount(uint32_t Runs) { RunCount = Runs; } in setRunCount() 429 uint32_t RunCount; variable
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 91 if (!Buffer.readInt(RunCount)) in readGCDA() 117 FI.setRunCount(RunCount); in collectLineCounts() 581 CovOS << " -: 0:Runs:" << RunCount << "\n"; in print()
|