Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Def

1515       // the instruction whose def might be clobbered by the terminator.
1667 // Don't hoist the instruction if the def would be clobber by the
1739 unsigned Def = LocalDefs[i];
1740 if (LocalDefsSet.count(Def)) {
1741 TBB->addLiveIn(Def);
1742 FBB->addLiveIn(Def);