Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
HDHipStdPar.cpp71 G.dropDroppableUses(); in checkIfSupported()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDValue.h486 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp199 void Value::dropDroppableUses( in dropDroppableUses() function in Value
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPromoteAlloca.cpp959 I->dropDroppableUses(); in tryPromoteAllocaToVector()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp2560 I->dropDroppableUses(); in cleanupIR()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp4775 I->dropDroppableUses([&](const Use *U) { in tryToSinkInstruction()