Searched refs:dropDroppableUses (Results 1 – 5 of 5) sorted by relevance
188 I->getOperand(1)->dropDroppableUses(); in TEST()189 I->getOperand(2)->dropDroppableUses(); in TEST()190 I->getOperand(3)->dropDroppableUses(); in TEST()
486 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
195 void Value::dropDroppableUses( in dropDroppableUses() function in Value
2133 I->dropDroppableUses(); in cleanupIR()
4076 I->dropDroppableUses([DestBlock](const Use *U) { in TryToSinkInstruction()