Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h495 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp189 void Value::dropDroppableUses( in dropDroppableUses() function in Value
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1343 I->dropDroppableUses(); in cleanupIR()
H A DAttributorAttributes.cpp2945 Arg.dropDroppableUses(); in manifest()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3547 I->dropDroppableUses([DestBlock](const Use *U) { in TryToSinkInstruction()