Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h435 void dropDebugUsers(Instruction &I);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2940 void llvm::dropDebugUsers(Instruction &I) { in dropDebugUsers() function in llvm
2975 dropDebugUsers(*I); in hoistAllInstructionsInto()