Home
last modified time | relevance | path

Searched refs:NewBA (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/IR/
DConstants.cpp1399 BlockAddress *&NewBA = in replaceUsesOfWithOnConstant() local
1401 if (NewBA == 0) { in replaceUsesOfWithOnConstant()
1408 NewBA = this; in replaceUsesOfWithOnConstant()
1416 assert(NewBA != this && "I didn't contain From!"); in replaceUsesOfWithOnConstant()
1419 replaceAllUsesWith(NewBA); in replaceUsesOfWithOnConstant()