Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h95 : StartValue(Start), LoopExitInstr(Exit), Kind(K), FMF(FMF), in RecurrenceDescriptor()
207 Instruction *getLoopExitInstr() { return LoopExitInstr; } in getLoopExitInstr()
241 Instruction *LoopExitInstr = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3894 Instruction *LoopExitInstr = RdxDesc.getLoopExitInstr(); in clearReductionWrapFlags() local
3895 assert(LoopExitInstr && "null loop exit instruction"); in clearReductionWrapFlags()
3898 Worklist.push_back(LoopExitInstr); in clearReductionWrapFlags()
3899 Visited.insert(LoopExitInstr); in clearReductionWrapFlags()
3911 if ((Cur != LoopExitInstr || OrigLoop->contains(UI->getParent())) && in clearReductionWrapFlags()