Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp206 dropDroppableUse(*U); in dropDroppableUses()
213 dropDroppableUse(UsrOp); in dropDroppableUsesIn()
217 void Value::dropDroppableUse(Use &U) { in dropDroppableUse() function in Value
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp490 I->dropDroppableUse(U); in removeIntrinsicUsers()
503 Inst->dropDroppableUse(UU); in removeIntrinsicUsers()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h493 static void dropDroppableUse(Use &U);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3137 Value::dropDroppableUse(II->op_begin()[BOI.Begin]); in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4929 Value::dropDroppableUse(*U); in rewritePartition()