Home
last modified time | relevance | path

Searched refs:LoopExitInstr (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h75 : StartValue(Start), LoopExitInstr(Exit), Kind(K), FMF(FMF), in RecurrenceDescriptor()
189 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr()
247 Instruction *LoopExitInstr = nullptr; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp942 if (!isCorrectOpcode(LoopExitInstr) || !LoopExitInstr->hasNUses(2)) in getReductionOpChain()
952 while (Cur != LoopExitInstr) { in getReductionOpChain()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4480 Instruction *LoopExitInstr = RdxDesc.getLoopExitInstr(); in clearReductionWrapFlags() local
4481 assert(LoopExitInstr && "null loop exit instruction"); in clearReductionWrapFlags()
4484 Worklist.push_back(LoopExitInstr); in clearReductionWrapFlags()
4485 Visited.insert(LoopExitInstr); in clearReductionWrapFlags()
4497 if ((Cur != LoopExitInstr || OrigLoop->contains(UI->getParent())) && in clearReductionWrapFlags()