Searched refs:CopyInfos (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TailDuplicator.cpp | 871 SmallVector<std::pair<Register, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local 876 processPHI(&MI, TailBB, PredBB, LocalVRMap, CopyInfos, UsedByPhi, true); in tailDuplicate() 883 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate() 931 SmallVector<std::pair<Register, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local 938 processPHI(MI, TailBB, PrevBB, LocalVRMap, CopyInfos, UsedByPhi, in tailDuplicate() 951 appendCopies(PrevBB, CopyInfos, Copies); in tailDuplicate() 1008 SmallVector<std::pair<Register, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local 1015 processPHI(MI, TailBB, PredBB, LocalVRMap, CopyInfos, UsedByPhi, false); in tailDuplicate() 1017 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate() 1026 SmallVectorImpl<std::pair<Register, RegSubRegPair>> &CopyInfos, in appendCopies() argument [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TailDuplicator.h | 127 SmallVectorImpl<std::pair<Register, RegSubRegPair>> &CopyInfos,
|