Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h373 void updateDepth(TraceBlockInfo &TBI, const MachineInstr&,
375 void updateDepth(const MachineBasicBlock *, const MachineInstr&,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h140 static void updateDepth(CycleT *SubTree);
301 updateDepth(TLC); in run()
307 void GenericCycleInfoCompute<ContextT>::updateDepth(CycleT *SubTree) { in updateDepth() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp795 updateDepth(MachineTraceMetrics::TraceBlockInfo &TBI, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble
834 updateDepth(const MachineBasicBlock *MBB, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble
836 updateDepth(BlockInfo[MBB->getNumber()], UseMI, RegUnits); in updateDepth()
844 updateDepth(Start->getParent(), *Start, RegUnits); in updateDepths()
897 updateDepth(TBI, UseMI, RegUnits); in computeInstrDepths()
H A DMachineCombiner.cpp531 TraceEnsemble->updateDepth(MBB, *InstrPtr, RegUnits); in insertDeleteInstructions()