Searched refs:updateDepth (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 383 void updateDepth(TraceBlockInfo &TBI, const MachineInstr&, 385 void updateDepth(const MachineBasicBlock *, const MachineInstr&,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | GenericCycleImpl.h | 262 static void updateDepth(CycleT *SubTree); 432 updateDepth(TLC); in run() 438 void GenericCycleInfoCompute<ContextT>::updateDepth(CycleT *SubTree) { in updateDepth() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineTraceMetrics.cpp | 823 updateDepth(MachineTraceMetrics::TraceBlockInfo &TBI, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble 862 updateDepth(const MachineBasicBlock *MBB, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble 864 updateDepth(BlockInfo[MBB->getNumber()], UseMI, RegUnits); in updateDepth() 872 updateDepth(Start->getParent(), *Start, RegUnits); in updateDepths() 925 updateDepth(TBI, UseMI, RegUnits); in computeInstrDepths()
|
| H A D | MachineCombiner.cpp | 513 TraceEnsemble->updateDepth(MBB, *InstrPtr, RegUnits); in insertDeleteInstructions()
|