HomeSort by: relevance | last modified time | path
    Searched refs:SubInstrCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDFS.h 86 unsigned SubInstrCount = 0;
152 return DFSTreeData[SubtreeID].SubInstrCount;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 1238 unsigned SubInstrCount = 0; ///< Instr count in this tree only, not
1278 RData.SubInstrCount = SU->getInstr()->isTransient() ? 0 : 1;
1305 RData.SubInstrCount += RootSet[PredNum].SubInstrCount;
1337 R.DFSTreeData[TreeID].SubInstrCount = Root.SubInstrCount;
1338 // Note that SubInstrCount may be greater than InstrCount if we joined
1340 // original parent, while SubInstrCount will be attributed to the joined

Completed in 15 milliseconds