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

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 298 SmallVector<unsigned, 0> ProcResourceHeights;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 152 ProcResourceHeights.resize(MTM.BlockInfo.size() * PRKinds);
212 ProcResourceHeights.begin() + PROffset);
227 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K];
272 assert((MBBNum+1) * PRKinds <= ProcResourceHeights.size());
273 return ArrayRef<unsigned>(ProcResourceHeights.data() + MBBNum * PRKinds,
    [all...]

Completed in 58 milliseconds