Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Def

1598           // Don't hoist the instruction if the def would be clobber by the
1665 unsigned Def = LocalDefs[i];
1666 if (LocalDefsSet.count(Def)) {
1667 TBB->addLiveIn(Def);
1668 FBB->addLiveIn(Def);