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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp412 const TargetRegisterClass *ConstrRC; local
414 ConstrRC = TRI->getMatchingSuperRegClass(MappedRC, OrigRC,
416 if (ConstrRC) {
420 MRI->setRegClass(VI->second.Reg, ConstrRC);
425 ConstrRC = MRI->constrainRegClass(VI->second.Reg, OrigRC);
428 if (ConstrRC) {

Completed in 116 milliseconds