Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstruction.h619 const Instruction *getPrevNonDebugInstruction() const;
620 Instruction *getPrevNonDebugInstruction() {
622 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDInstruction.cpp623 const Instruction *Instruction::getPrevNonDebugInstruction() const { in getPrevNonDebugInstruction() function in Instruction