Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DAssumeBundleQueriesTest.cpp183 I->getOperand(1)->dropDroppableUses(); in TEST()
184 I->getOperand(2)->dropDroppableUses(); in TEST()
185 I->getOperand(3)->dropDroppableUses(); in TEST()
/external/llvm-project/llvm/include/llvm/IR/
DValue.h482 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
/external/llvm-project/llvm/lib/IR/
DValue.cpp184 void Value::dropDroppableUses( in dropDroppableUses() function in Value
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp1301 I->dropDroppableUses(); in cleanupIR()
DAttributorAttributes.cpp2908 Arg.dropDroppableUses(); in manifest()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3523 I->dropDroppableUses([DestBlock](const Use *U) { in TryToSinkInstruction()