Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Def

1644           // Don't hoist the instruction if the def would be clobber by the
1716 unsigned Def = LocalDefs[i];
1717 if (LocalDefsSet.count(Def)) {
1718 TBB->addLiveIn(Def);
1719 FBB->addLiveIn(Def);