Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTailDuplicator.cpp881 SmallVector<std::pair<Register, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local
886 processPHI(&MI, TailBB, PredBB, LocalVRMap, CopyInfos, UsedByPhi, true); in tailDuplicate()
893 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate()
941 SmallVector<std::pair<Register, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local
948 processPHI(MI, TailBB, PrevBB, LocalVRMap, CopyInfos, UsedByPhi, in tailDuplicate()
961 appendCopies(PrevBB, CopyInfos, Copies); in tailDuplicate()
1018 SmallVector<std::pair<Register, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local
1025 processPHI(MI, TailBB, PredBB, LocalVRMap, CopyInfos, UsedByPhi, false); in tailDuplicate()
1027 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate()
1036 SmallVectorImpl<std::pair<Register, RegSubRegPair>> &CopyInfos, in appendCopies() argument
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h126 SmallVectorImpl<std::pair<Register, RegSubRegPair>> &CopyInfos,