Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp196 dropDroppableUse(*U); in dropDroppableUses()
203 dropDroppableUse(UsrOp); in dropDroppableUsesIn()
207 void Value::dropDroppableUse(Use &U) { in dropDroppableUse() function in Value
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp323 I->dropDroppableUse(U); in removeIntrinsicUsers()
336 Inst->dropDroppableUse(UU); in removeIntrinsicUsers()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h502 static void dropDroppableUse(Use &U);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1790 Value::dropDroppableUse(II->op_begin()[BOI.Begin]); in visitCallInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4377 Value::dropDroppableUse(*U); in rewritePartition()