Searched refs:replaceUsesOutsideBlock (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 1792 CntPhi->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable() 1794 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable() 1900 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToPopcount()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 1715 CntPhi->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable() 1717 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable() 1823 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToPopcount()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.h | 284 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
|
/external/llvm/include/llvm/IR/ |
D | Value.h | 275 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Value.h | 321 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Value.h | 321 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
|
/external/llvm/lib/IR/ |
D | Value.cpp | 403 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock() function in Value
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 440 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock() function in Value
|
/external/llvm-project/llvm/lib/IR/ |
D | Value.cpp | 521 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock() function in Value
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 1281 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToPopcount()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3089 SI->replaceUsesOutsideBlock(SI->getOperand(SIOpd), SI->getParent()); in replacedSelectWithOperand()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 5016 SI->replaceUsesOutsideBlock(SI->getOperand(SIOpd), SI->getParent()); in replacedSelectWithOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 4951 SI->replaceUsesOutsideBlock(SI->getOperand(SIOpd), SI->getParent()); in replacedSelectWithOperand()
|