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

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 297 SmallVector<unsigned, 0> ProcResourceDepths;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 151 ProcResourceDepths.resize(MTM.BlockInfo.size() * PRKinds);
175 std::fill(ProcResourceDepths.begin() + PROffset,
176 ProcResourceDepths.begin() + PROffset + PRKinds, 0);
193 ProcResourceDepths[PROffset + K] = PredPRDepths[K] + PredPRCycles[K];
258 assert((MBBNum+1) * PRKinds <= ProcResourceDepths.size());
259 return ArrayRef<unsigned>(ProcResourceDepths.data() + MBBNum * PRKinds,
    [all...]

Completed in 183 milliseconds