Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2263 CntPhi->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable()
2265 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable()
2372 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToPopcount()
2707 XCurr->replaceUsesOutsideBlock(NewX, LoopHeaderBB); in recognizeShiftUntilBitTest()
2708 XNext->replaceUsesOutsideBlock(NewXNext, LoopHeaderBB); in recognizeShiftUntilBitTest()
3032 IV->replaceUsesOutsideBlock(IVFinal, LoopHeaderBB); in recognizeShiftUntilZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h317 /// replaceUsesOutsideBlock - Go through the uses list for this definition and
322 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp592 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock() function in Value
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6425 SI->replaceUsesOutsideBlock(SI->getOperand(SIOpd), SI->getParent()); in replacedSelectWithOperand()