Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp149 ProcResourceDepths.resize(MTM.BlockInfo.size() * PRKinds); in Ensemble()
173 std::fill(ProcResourceDepths.begin() + PROffset, in computeDepthResources()
174 ProcResourceDepths.begin() + PROffset + PRKinds, 0); in computeDepthResources()
191 ProcResourceDepths[PROffset + K] = PredPRDepths[K] + PredPRCycles[K]; in computeDepthResources()
256 assert((MBBNum+1) * PRKinds <= ProcResourceDepths.size()); in getProcResourceDepths()
257 return makeArrayRef(ProcResourceDepths.data() + MBBNum * PRKinds, PRKinds); in getProcResourceDepths()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h305 SmallVector<unsigned, 0> ProcResourceDepths; variable