HomeSort by: relevance | last modified time | path
    Searched defs:getNextNonDebugInstruction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 671 getNextNonDebugInstruction(bool SkipPseudoOp = false) const;
672 Instruction *getNextNonDebugInstruction(bool SkipPseudoOp = false) {
674 static_cast<const Instruction *>(this)->getNextNonDebugInstruction(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 699 Instruction::getNextNonDebugInstruction(bool SkipPseudoOp) const {

Completed in 23 milliseconds