Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h483 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp187 void Value::dropDroppableUses( in dropDroppableUses() function in Value
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1722 I->dropDroppableUses(); in cleanupIR()
H A DAttributorAttributes.cpp3483 Arg.dropDroppableUses(); in manifest()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3710 I->dropDroppableUses([DestBlock](const Use *U) { in TryToSinkInstruction()