Searched refs:NewBA (Results 1 – 3 of 3) sorted by relevance
1184 BlockAddress *&NewBA = in replaceUsesOfWithOnConstant() local1186 if (NewBA == 0) { in replaceUsesOfWithOnConstant()1193 NewBA = this; in replaceUsesOfWithOnConstant()1201 assert(NewBA != this && "I didn't contain From!"); in replaceUsesOfWithOnConstant()1204 replaceAllUsesWith(NewBA); in replaceUsesOfWithOnConstant()
1413 BlockAddress *&NewBA = in handleOperandChangeImpl() local1415 if (NewBA) in handleOperandChangeImpl()1416 return NewBA; in handleOperandChangeImpl()1424 NewBA = this; in handleOperandChangeImpl()
1463 BlockAddress *&NewBA = in handleOperandChangeImpl() local1465 if (NewBA) in handleOperandChangeImpl()1466 return NewBA; in handleOperandChangeImpl()1474 NewBA = this; in handleOperandChangeImpl()