Searched refs:updateDepth (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 364 void updateDepth(TraceBlockInfo &TBI, const MachineInstr&, 366 void updateDepth(const MachineBasicBlock *, const MachineInstr&,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineTraceMetrics.cpp | 782 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 D | MachineCombiner.cpp | 500 MinInstr->updateDepth(MBB, *InstrPtr, RegUnits); in insertDeleteInstructions()
|