/external/swiftshader/third_party/LLVM/lib/VMCore/ |
User.cpp | 20 // replaceUsesOfWith - Replaces all references to the "From" definition with 23 void User::replaceUsesOfWith(Value *From, Value *To) { 27 "Cannot call User::replaceUsesOfWith on a constant!");
|
/external/llvm/lib/Target/Hexagon/ |
HexagonOptimizeSZextends.cpp | 140 J->replaceUsesOfWith(Ashr, I);
|
/external/spirv-llvm/lib/SPIRV/ |
SPIRVLowerConstExpr.cpp | 150 User->replaceUsesOfWith(CE, ReplInst);
|
SPIRVLowerOCLBlocks.cpp | 275 CI->replaceUsesOfWith(F, InvokeF);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
User.h | 132 /// replaceUsesOfWith - Replaces all references to the "From" definition with 135 void replaceUsesOfWith(Value *From, Value *To);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
DemoteRegToStack.cpp | 79 U->replaceUsesOfWith(&I, V);
|
BasicBlockUtils.cpp | 473 Preds[i]->getTerminator()->replaceUsesOfWith(BB, NewBB); 535 Preds[i]->getTerminator()->replaceUsesOfWith(OrigBB, NewBB1); 571 (*i)->getTerminator()->replaceUsesOfWith(OrigBB, NewBB2);
|
CodeExtractor.cpp | 157 TI->replaceUsesOfWith(OldPred, NewBB); 330 inst->replaceUsesOfWith(inputs[i], RewriteVal); 352 TI->replaceUsesOfWith(header, newHeader); 462 inst->replaceUsesOfWith(outputs[i], load);
|
/external/llvm/lib/Target/XCore/ |
XCoreLowerThreadLocal.cpp | 148 Instr->replaceUsesOfWith(CE, NewInst); 214 U->replaceUsesOfWith(GV, Addr);
|
/external/llvm/include/llvm/IR/ |
User.h | 245 void replaceUsesOfWith(Value *From, Value *To);
|
/external/llvm/lib/Transforms/IPO/ |
PartialInlining.cpp | 116 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock);
|
/external/llvm/lib/Transforms/Utils/ |
DemoteRegToStack.cpp | 83 U->replaceUsesOfWith(&I, V);
|
FlattenCFG.cpp | 292 PBI->replaceUsesOfWith(CC, NC); 443 PBI->replaceUsesOfWith(CC, NC);
|
CodeExtractor.cpp | 234 TI->replaceUsesOfWith(OldPred, NewBB); 367 inst->replaceUsesOfWith(inputs[i], RewriteVal); 389 TI->replaceUsesOfWith(header, newHeader); 496 inst->replaceUsesOfWith(outputs[i], load);
|
LoopVersioning.cpp | 145 User->replaceUsesOfWith(Inst, PN);
|
BasicBlockUtils.cpp | 450 Preds[i]->getTerminator()->replaceUsesOfWith(BB, NewBB); 500 Preds[i]->getTerminator()->replaceUsesOfWith(OrigBB, NewBB1); 536 NewBB2Pred->getTerminator()->replaceUsesOfWith(OrigBB, NewBB2);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
PartialInlining.cpp | 109 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock);
|
/external/llvm/lib/Transforms/Scalar/ |
CorrelatedValuePropagation.cpp | 175 I->replaceUsesOfWith(Pointer, C); 457 RI->replaceUsesOfWith(RetVal, C);
|
LoopDeletion.cpp | 158 TI->replaceUsesOfWith(L->getHeader(), exitBlock);
|
IndVarSimplify.cpp | [all...] |
LoopDistribute.cpp | 425 Pred->getTerminator()->replaceUsesOfWith(OrigPH, TopPH); [all...] |
/external/llvm/lib/IR/ |
User.cpp | 24 void User::replaceUsesOfWith(Value *From, Value *To) { 28 "Cannot call User::replaceUsesOfWith on a constant!");
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
CorrelatedValuePropagation.cpp | 131 I->replaceUsesOfWith(Pointer, C);
|
LoopDeletion.cpp | 186 TI->replaceUsesOfWith(L->getHeader(), exitBlock);
|
IndVarSimplify.cpp | 704 User->replaceUsesOfWith(Op, NewVal); [all...] |