Searched refs:updateDepth (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 365 void updateDepth(TraceBlockInfo &TBI, const MachineInstr&, 367 void updateDepth(const MachineBasicBlock *, const MachineInstr&,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineTraceMetrics.cpp | 783 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 D | MachineCombiner.cpp | 453 MinInstr->updateDepth(MBB, *InstrPtr, RegUnits); in insertDeleteInstructions()
|