Home
last modified time | relevance | path

Searched refs:updateDepth (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h364 void updateDepth(TraceBlockInfo &TBI, const MachineInstr&,
366 void updateDepth(const MachineBasicBlock *, const MachineInstr&,
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h140 static void updateDepth(CycleT *SubTree);
284 updateDepth(TLC); in run()
290 void GenericCycleInfoCompute<ContextT>::updateDepth(CycleT *SubTree) { in updateDepth() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp782 updateDepth(MachineTraceMetrics::TraceBlockInfo &TBI, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble
821 updateDepth(const MachineBasicBlock *MBB, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble
823 updateDepth(BlockInfo[MBB->getNumber()], UseMI, RegUnits); in updateDepth()
831 updateDepth(Start->getParent(), *Start, RegUnits); in updateDepths()
884 updateDepth(TBI, UseMI, RegUnits); in computeInstrDepths()
H A DMachineCombiner.cpp540 MinInstr->updateDepth(MBB, *InstrPtr, RegUnits); in insertDeleteInstructions()