Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp70 G.dropDroppableUses(); in checkIfSupported()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h492 dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp208 void Value::dropDroppableUses( in dropDroppableUses() function in Value
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1063 I->dropDroppableUses(); in tryPromoteAllocaToVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2552 I->dropDroppableUses(); in cleanupIR()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5235 I->dropDroppableUses([&](const Use *U) { in tryToSinkInstruction()