Searched refs:isInsertedInstruction (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h181 /// isInsertedInstruction - Return true if the specified instruction was
184 bool isInsertedInstruction(Instruction *I) const { function in class:llvm::SCEVExpander
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1618 && (isInsertedInstruction(InsertPt)
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4516 while (Rewriter.isInsertedInstruction(IP) && IP != LowestIP) ++IP;

Completed in 97 milliseconds