Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1942 BlockAddress *&NewBA = getContext().pImpl->BlockAddresses[NewBB]; in handleOperandChangeImpl() local
1943 if (NewBA) in handleOperandChangeImpl()
1944 return NewBA; in handleOperandChangeImpl()
1951 NewBA = this; in handleOperandChangeImpl()