Searched refs:TraceBlockInfo (Results 1 – 2 of 2) sorted by relevance
164 struct TraceBlockInfo { struct187 TraceBlockInfo() = default; argument209 bool isUsefulDominator(const TraceBlockInfo &TBI) const { in isUsefulDominator() argument267 TraceBlockInfo &TBI; argument272 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace()335 SmallVector<TraceBlockInfo, 4> BlockInfo;343 unsigned computeCrossBlockCriticalPath(const TraceBlockInfo&);357 const TraceBlockInfo *getDepthResources(const MachineBasicBlock*) const;358 const TraceBlockInfo *getHeightResources(const MachineBasicBlock*) const;376 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()351 const MachineTraceMetrics::TraceBlockInfo *PredTBI = in pickTracePred()381 const MachineTraceMetrics::TraceBlockInfo *SuccTBI = in pickTraceSucc()[all …]