Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h599 const Instruction *getPrevNonDebugInstruction() const;
600 Instruction *getPrevNonDebugInstruction() {
602 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction());
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp616 const Instruction *Instruction::getPrevNonDebugInstruction() const { in getPrevNonDebugInstruction() function in Instruction