Searched refs:getPrevNonDebugInstruction (Results 1 – 2 of 2) sorted by relevance
599 const Instruction *getPrevNonDebugInstruction() const;600 Instruction *getPrevNonDebugInstruction() {602 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction());
616 const Instruction *Instruction::getPrevNonDebugInstruction() const { in getPrevNonDebugInstruction() function in Instruction