Searched refs:dropDroppableUses (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h470 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp172 void Value::dropDroppableUses( function in class:Value
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1179 I->dropDroppableUses();
H A DAttributorAttributes.cpp2771 Arg.dropDroppableUses();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3375 I->dropDroppableUses([DestBlock](const Use *U) {

Completed in 200 milliseconds