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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h326 const TargetRegisterClass *CopySrcRC; member in class:llvm::SUnit
340 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
354 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
367 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp392 CopyFromSU->CopySrcRC = SrcRC;
396 CopyToSU->CopySrcRC = DestRC;
H A DScheduleDAGRRList.cpp1140 CopyFromSU->CopySrcRC = SrcRC;
1144 CopyToSU->CopySrcRC = DestRC;

Completed in 132 milliseconds