Searched refs:LocalVRMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h102 DenseMap<unsigned, RegSubRegPair> &LocalVRMap,
107 DenseMap<unsigned, RegSubRegPair> &LocalVRMap,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp347 DenseMap<unsigned, RegSubRegPair> &LocalVRMap,
356 LocalVRMap.insert(std::make_pair(DefReg, RegSubRegPair(SrcReg, SrcSubReg)));
379 DenseMap<unsigned, RegSubRegPair> &LocalVRMap,
401 LocalVRMap.insert(std::make_pair(Reg, RegSubRegPair(NewReg, 0)));
405 auto VI = LocalVRMap.find(Reg);
406 if (VI != LocalVRMap.end()) {
447 LocalVRMap.erase(VI);
448 LocalVRMap.insert(std::make_pair(Reg, RegSubRegPair(NewReg, 0)));
848 DenseMap<unsigned, RegSubRegPair> LocalVRMap; local
857 processPHI(MI, TailBB, PredBB, LocalVRMap, CopyInfo
345 processPHI( MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, DenseMap<unsigned, RegSubRegPair> &LocalVRMap, SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies, const DenseSet<unsigned> &RegsUsedByPhi, bool Remove) argument
377 duplicateInstruction( MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, DenseMap<unsigned, RegSubRegPair> &LocalVRMap, const DenseSet<unsigned> &UsedByPhi) argument
904 DenseMap<unsigned, RegSubRegPair> LocalVRMap; local
967 DenseMap<unsigned, RegSubRegPair> LocalVRMap; local
[all...]

Completed in 59 milliseconds