Searched refs:dropDroppableUses (Results 1 – 6 of 6) sorted by relevance
183 I->getOperand(1)->dropDroppableUses(); in TEST()184 I->getOperand(2)->dropDroppableUses(); in TEST()185 I->getOperand(3)->dropDroppableUses(); in TEST()
482 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
184 void Value::dropDroppableUses( in dropDroppableUses() function in Value
1301 I->dropDroppableUses(); in cleanupIR()
2908 Arg.dropDroppableUses(); in manifest()
3523 I->dropDroppableUses([DestBlock](const Use *U) { in TryToSinkInstruction()