Home
last modified time | relevance | path

Searched refs:CopySrcRC (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp385 CopyFromSU->CopySrcRC = SrcRC; in InsertCopiesAndMoveSuccs()
389 CopyToSU->CopySrcRC = DestRC; in InsertCopiesAndMoveSuccs()
H A DScheduleDAGRRList.cpp1227 CopyFromSU->CopySrcRC = SrcRC; in InsertCopiesAndMoveSuccs()
1231 CopyToSU->CopySrcRC = DestRC; in InsertCopiesAndMoveSuccs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h304 const TargetRegisterClass *CopySrcRC = nullptr; variable