Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1666 CntPhi->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable()
1668 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToCountable()
1774 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToPopcount()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DValue.h301 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp439 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock() function in Value
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4319 SI->replaceUsesOutsideBlock(SI->getOperand(SIOpd), SI->getParent()); in replacedSelectWithOperand()