Lines Matching refs:ValueTable
262 loadInlocs(MachineBasicBlock &MBB, ValueTable &MLocs, in loadInlocs()
1096 const ValueTable *MLiveOuts, in transferDebugInstrRef()
1097 const ValueTable *MLiveIns) { in transferDebugInstrRef()
1843 void InstrRefBasedLDV::process(MachineInstr &MI, const ValueTable *MLiveOuts, in process()
1844 const ValueTable *MLiveIns) { in process()
1986 FuncValueTable &OutLocs, ValueTable &InLocs) { in mlocJoin()
3216 FuncValueTable MOutLocs = std::make_unique<ValueTable[]>(MaxNumBlocks); in ExtendRanges()
3217 FuncValueTable MInLocs = std::make_unique<ValueTable[]>(MaxNumBlocks); in ExtendRanges()
3439 const ValueTable *MLiveIns;
3441 LDVSSAUpdater(LocIdx L, const ValueTable *MLiveIns) in LDVSSAUpdater()
3600 MachineFunction &MF, const ValueTable *MLiveOuts, in resolveDbgPHIs()
3601 const ValueTable *MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIs()
3619 MachineFunction &MF, const ValueTable *MLiveOuts, in resolveDbgPHIsImpl()
3620 const ValueTable *MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIsImpl()
3726 const ValueTable &BlockLiveOuts = MLiveOuts[PHIIt.first->BB.getNumber()]; in resolveDbgPHIsImpl()