Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTailDuplicator.cpp877 SmallVector<std::pair<Register, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local
885 processPHI(MI, TailBB, PredBB, LocalVRMap, CopyInfos, UsedByPhi, true); in tailDuplicate()
892 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate()
937 SmallVector<std::pair<Register, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local
944 processPHI(MI, TailBB, PrevBB, LocalVRMap, CopyInfos, UsedByPhi, true); in tailDuplicate()
956 appendCopies(PrevBB, CopyInfos, Copies); in tailDuplicate()
1005 SmallVector<std::pair<Register, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local
1012 processPHI(MI, TailBB, PredBB, LocalVRMap, CopyInfos, UsedByPhi, false); in tailDuplicate()
1014 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate()
1023 SmallVectorImpl<std::pair<Register, RegSubRegPair>> &CopyInfos, in appendCopies() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h127 SmallVectorImpl<std::pair<Register, RegSubRegPair>> &CopyInfos,