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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp336 Register PreviousDef = PreviousCopy.getOperand(0).getReg(); local
338 assert(Def == PreviousDef);
344 return SubIdx == TRI->getSubRegIndex(PreviousDef, Def);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp418 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; local
419 PreviousDef.addDefinition(R);

Completed in 132 milliseconds