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.cpp71 G.dropDroppableUses(); in checkIfSupported()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h486 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp199 void Value::dropDroppableUses( in dropDroppableUses() function in Value
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp959 I->dropDroppableUses(); in tryPromoteAllocaToVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2560 I->dropDroppableUses(); in cleanupIR()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4775 I->dropDroppableUses([&](const Use *U) { in tryToSinkInstruction()