Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1184 BlockAddress *&NewBA = in replaceUsesOfWithOnConstant() local
1186 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()
/external/llvm/lib/IR/
DConstants.cpp1413 BlockAddress *&NewBA = in handleOperandChangeImpl() local
1415 if (NewBA) in handleOperandChangeImpl()
1416 return NewBA; in handleOperandChangeImpl()
1424 NewBA = this; in handleOperandChangeImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1463 BlockAddress *&NewBA = in handleOperandChangeImpl() local
1465 if (NewBA) in handleOperandChangeImpl()
1466 return NewBA; in handleOperandChangeImpl()
1474 NewBA = this; in handleOperandChangeImpl()