Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp194 dropDroppableUse(*U); in dropDroppableUses()
201 dropDroppableUse(UsrOp); in dropDroppableUsesIn()
205 void Value::dropDroppableUse(Use &U) { in dropDroppableUse() function in Value
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp323 I->dropDroppableUse(U); in removeIntrinsicUsers()
336 Inst->dropDroppableUse(UU); in removeIntrinsicUsers()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h490 static void dropDroppableUse(Use &U);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1831 Value::dropDroppableUse(II->op_begin()[BOI.Begin]); in visitCallInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4398 Value::dropDroppableUse(*U); in rewritePartition()