reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
525 if (BB->hasName()) 526 OS << BB->getName() << "(";lib/Bitcode/Reader/ValueList.cpp
94 OldV->replaceAllUsesWith(V);
lib/Transforms/Coroutines/CoroSplit.cpp419 if (NewS->use_empty()) return; 429 if (!isa<StructType>(NewS->getType())) { 431 NewS->replaceAllUsesWith(Args.front()); 436 for (auto UI = NewS->use_begin(), UE = NewS->use_end(); UI != UE; ) { 436 for (auto UI = NewS->use_begin(), UE = NewS->use_end(); UI != UE; ) { 446 if (NewS->use_empty()) return; 449 Value *Agg = UndefValue::get(NewS->getType()); 453 NewS->replaceAllUsesWith(Agg);lib/Transforms/Vectorize/SLPVectorizer.cpp
6496 ReductionRoot->replaceAllUsesWith(VectorizedTree);
unittests/IR/ValueHandleTest.cpp44 EXPECT_EQ(Type::getInt32Ty(Context), WVH->getType()); 62 EXPECT_EQ(Type::getInt32Ty(Context), WVH->getType()); 217 EXPECT_EQ(Type::getInt32Ty(Context), CVH->getType());