Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h284 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
/external/llvm/include/llvm/IR/
DValue.h275 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
/external/llvm/lib/IR/
DValue.cpp403 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock() function in Value
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1281 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToPopcount()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3089 SI->replaceUsesOutsideBlock(SI->getOperand(SIOpd), SI->getParent()); in replacedSelectWithOperand()