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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 361 bool isInsertedInstruction(Instruction *I) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 114 while (isInsertedInstruction(&*IP) && &*IP != MustDominate)
1964 (isInsertedInstruction(InsertPt) ||
SimplifyIndVar.cpp 1928 Rewriter.isInsertedInstruction(cast<Instruction>(ExpandInst)))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 5190 while (Rewriter.isInsertedInstruction(&*IP) && IP != LowestIP)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 2011 if (MemCheckExp.isInsertedInstruction(&I))

Completed in 49 milliseconds