Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp349 DenseMap<Register, RegSubRegPair> &LocalVRMap, in processPHI() argument
383 DenseMap<Register, RegSubRegPair> &LocalVRMap, in duplicateInstruction() argument
406 LocalVRMap.insert(std::make_pair(Reg, RegSubRegPair(NewReg, 0))); in duplicateInstruction()
410 auto VI = LocalVRMap.find(Reg); in duplicateInstruction()
411 if (VI != LocalVRMap.end()) { in duplicateInstruction()
455 LocalVRMap.erase(VI); in duplicateInstruction()
883 DenseMap<Register, RegSubRegPair> LocalVRMap; in tailDuplicate() local
893 duplicateInstruction(&MI, TailBB, PredBB, LocalVRMap, UsedByPhi); in tailDuplicate()
943 DenseMap<Register, RegSubRegPair> LocalVRMap; in tailDuplicate() local
951 processPHI(MI, TailBB, PrevBB, LocalVRMap, CopyInfos, UsedByPhi, in tailDuplicate()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h105 DenseMap<Register, RegSubRegPair> &LocalVRMap,
110 DenseMap<Register, RegSubRegPair> &LocalVRMap,