Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTailDuplicator.cpp843 SmallVector<std::pair<unsigned, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local
851 processPHI(MI, TailBB, PredBB, LocalVRMap, CopyInfos, UsedByPhi, true); in tailDuplicate()
858 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate()
904 SmallVector<std::pair<unsigned, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local
911 processPHI(MI, TailBB, PrevBB, LocalVRMap, CopyInfos, UsedByPhi, true); in tailDuplicate()
923 appendCopies(PrevBB, CopyInfos, Copies); in tailDuplicate()
967 SmallVector<std::pair<unsigned, RegSubRegPair>, 4> CopyInfos; in tailDuplicate() local
974 processPHI(MI, TailBB, PredBB, LocalVRMap, CopyInfos, UsedByPhi, false); in tailDuplicate()
976 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate()
985 SmallVectorImpl<std::pair<unsigned,RegSubRegPair>> &CopyInfos, in appendCopies() argument
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h118 SmallVectorImpl<std::pair<unsigned,RegSubRegPair>> &CopyInfos,