Searched refs:ReplaceAndSimplifyAllUses (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 154 void ReplaceAndSimplifyAllUses(Instruction *From, Value *To,
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 345 ReplaceAndSimplifyAllUses(Inst, V, TD); in SimplifyInstructionsInBlock() 402 ReplaceAndSimplifyAllUses(PN, PNV, TD); in RemovePredecessorAndSimplify()
|
/external/llvm/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 539 ReplaceAndSimplifyAllUses(CI, RetVal, TLI ? TLI->getTargetData() : 0, in OptimizeCallInst()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2480 void llvm::ReplaceAndSimplifyAllUses(Instruction *From, Value *To, in ReplaceAndSimplifyAllUses() function in llvm 2511 ReplaceAndSimplifyAllUses(User, SimplifiedVal, TD, DT); in ReplaceAndSimplifyAllUses()
|