Home
last modified time | relevance | path

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

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