Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLocal.h480 void dropDebugUsers(Instruction &I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp3607 void llvm::dropDebugUsers(Instruction &I) { in dropDebugUsers() function in llvm
3645 dropDebugUsers(*I); in hoistAllInstructionsInto()