Home
last modified time | relevance | path

Searched refs:replaceUsesOutsideBlock (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1715 CntPhi->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable()
1717 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable()
1823 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToPopcount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h284 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h321 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp440 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock() function in Value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4951 SI->replaceUsesOutsideBlock(SI->getOperand(SIOpd), SI->getParent()); in replacedSelectWithOperand()