Home
last modified time | relevance | path

Searched refs:ProcResourceDepths (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp151 ProcResourceDepths.resize(MTM.BlockInfo.size() * PRKinds); in Ensemble()
175 std::fill(ProcResourceDepths.begin() + PROffset, in computeDepthResources()
176 ProcResourceDepths.begin() + PROffset + PRKinds, 0); in computeDepthResources()
193 ProcResourceDepths[PROffset + K] = PredPRDepths[K] + PredPRCycles[K]; in computeDepthResources()
258 assert((MBBNum+1) * PRKinds <= ProcResourceDepths.size()); in getProcResourceDepths()
259 return ArrayRef<unsigned>(ProcResourceDepths.data() + MBBNum * PRKinds, in getProcResourceDepths()
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h297 SmallVector<unsigned, 0> ProcResourceDepths; variable