Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp188 I->getOperand(1)->dropDroppableUses(); in TEST()
189 I->getOperand(2)->dropDroppableUses(); in TEST()
190 I->getOperand(3)->dropDroppableUses(); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h486 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp195 void Value::dropDroppableUses( in dropDroppableUses() function in Value
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2133 I->dropDroppableUses(); in cleanupIR()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4076 I->dropDroppableUses([DestBlock](const Use *U) { in TryToSinkInstruction()