HomeSort by relevance Sort by last modified time
    Searched refs:AnalyzedInstrCount (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Analysis/
CGSCCPassManagerTest.cpp 144 TestSCCPass(int &RunCount, int &AnalyzedInstrCount,
147 : RunCount(RunCount), AnalyzedInstrCount(AnalyzedInstrCount),
171 AnalyzedInstrCount += FAR->InstructionCount;
179 AnalyzedInstrCount += FAR.InstructionCount;
192 int &AnalyzedInstrCount;
  /external/llvm/unittests/IR/
PassManagerTest.cpp 108 TestFunctionPass(int &RunCount, int &AnalyzedInstrCount,
111 : RunCount(RunCount), AnalyzedInstrCount(AnalyzedInstrCount),
128 AnalyzedInstrCount += AR->InstructionCount;
132 AnalyzedInstrCount += AR.InstructionCount;
139 int &AnalyzedInstrCount;

Completed in 768 milliseconds