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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MustExecute.h 331 const Instruction *getCurrentInst() const { return CurInst; }
486 Found = (++EIt).getCurrentInst() == I;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 134 const Instruction *getCurrentInst() const { return CurrInst; }
142 assert(getCurrentInst() && "Inserted instruction without a current MI");

Completed in 20 milliseconds