Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h365 void updateDepth(TraceBlockInfo &TBI, const MachineInstr&,
367 void updateDepth(const MachineBasicBlock *, const MachineInstr&,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp783 updateDepth(MachineTraceMetrics::TraceBlockInfo &TBI, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble
822 updateDepth(const MachineBasicBlock *MBB, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble
824 updateDepth(BlockInfo[MBB->getNumber()], UseMI, RegUnits); in updateDepth()
832 updateDepth(Start->getParent(), *Start, RegUnits); in updateDepths()
885 updateDepth(TBI, UseMI, RegUnits); in computeInstrDepths()
H A DMachineCombiner.cpp453 MinInstr->updateDepth(MBB, *InstrPtr, RegUnits); in insertDeleteInstructions()