Home
last modified time | relevance | path

Searched refs:areAllUsesIn (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h146 static bool areAllUsesIn(Instruction *I, SmallPtrSetImpl<Instruction *> &Set);
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp29 bool RecurrenceDescriptor::areAllUsesIn(Instruction *I, in areAllUsesIn() function in RecurrenceDescriptor
268 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()