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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h315 const TargetRegisterClass *CopySrcRC; variable
331 BotReadyCycle(0), CopyDstRC(nullptr), CopySrcRC(nullptr) {}
347 BotReadyCycle(0), CopyDstRC(nullptr), CopySrcRC(nullptr) {}
362 BotReadyCycle(0), CopyDstRC(nullptr), CopySrcRC(nullptr) {}
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp393 CopyFromSU->CopySrcRC = SrcRC;
397 CopyToSU->CopySrcRC = DestRC;
H A DScheduleDAGRRList.cpp1142 CopyFromSU->CopySrcRC = SrcRC;
1146 CopyToSU->CopySrcRC = DestRC;

Completed in 58 milliseconds