Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DIVDescriptors.h134 static bool areAllUsesIn(Instruction *I, SmallPtrSetImpl<Instruction *> &Set);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DIVDescriptors.cpp34 bool RecurrenceDescriptor::areAllUsesIn(Instruction *I, in areAllUsesIn() function in RecurrenceDescriptor
420 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()