Searched refs:updateDepth (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 363 void updateDepth(TraceBlockInfo &TBI, const MachineInstr&, 365 void updateDepth(const MachineBasicBlock *, const MachineInstr&,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | GenericCycleImpl.h | 140 static void updateDepth(CycleT *SubTree); 284 updateDepth(TLC); in run() 290 void GenericCycleInfoCompute<ContextT>::updateDepth(CycleT *SubTree) { in updateDepth() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineTraceMetrics.cpp | 781 updateDepth(MachineTraceMetrics::TraceBlockInfo &TBI, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble 820 updateDepth(const MachineBasicBlock *MBB, const MachineInstr &UseMI, in updateDepth() function in MachineTraceMetrics::Ensemble 822 updateDepth(BlockInfo[MBB->getNumber()], UseMI, RegUnits); in updateDepth() 830 updateDepth(Start->getParent(), *Start, RegUnits); in updateDepths() 883 updateDepth(TBI, UseMI, RegUnits); in computeInstrDepths()
|
| H A D | MachineCombiner.cpp | 525 MinInstr->updateDepth(MBB, *InstrPtr, RegUnits); in insertDeleteInstructions()
|