Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h453 void dropDebugUsers(Instruction &I);
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2522 void llvm::dropDebugUsers(Instruction &I) { in dropDebugUsers() function in llvm
2556 dropDebugUsers(*I); in hoistAllInstructionsInto()