Searched refs:TraceBlockInfo (Results 1 – 2 of 2) sorted by relevance
154 struct TraceBlockInfo { struct177 TraceBlockInfo() = default; argument199 bool isUsefulDominator(const TraceBlockInfo &TBI) const { in isUsefulDominator() argument256 TraceBlockInfo &TBI; argument261 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace()323 SmallVector<TraceBlockInfo, 4> BlockInfo;331 unsigned computeCrossBlockCriticalPath(const TraceBlockInfo&);345 const TraceBlockInfo *getDepthResources(const MachineBasicBlock*) const;346 const TraceBlockInfo *getHeightResources(const MachineBasicBlock*) const;363 void updateDepth(TraceBlockInfo &TBI, const MachineInstr&,
176 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeDepthResources()192 TraceBlockInfo *PredTBI = &BlockInfo[PredNum]; in computeDepthResources()209 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeHeightResources()227 TraceBlockInfo *SuccTBI = &BlockInfo[SuccNum]; in computeHeightResources()240 const MachineTraceMetrics::TraceBlockInfo*243 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in getDepthResources()249 const MachineTraceMetrics::TraceBlockInfo*252 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in getHeightResources()336 const MachineTraceMetrics::TraceBlockInfo *PredTBI = in pickTracePred()366 const MachineTraceMetrics::TraceBlockInfo *SuccTBI = in pickTraceSucc()[all …]