Home
last modified time | relevance | path

Searched refs:dropDebugUsers (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h460 void dropDebugUsers(Instruction &I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3527 void llvm::dropDebugUsers(Instruction &I) { in dropDebugUsers() function in llvm
3565 dropDebugUsers(*I); in hoistAllInstructionsInto()