Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h91 : StartValue(nullptr), LoopExitInstr(nullptr), Kind(RK_NoRecurrence), in RecurrenceDescriptor()
98 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK), in RecurrenceDescriptor()
192 Instruction *getLoopExitInstr() { return LoopExitInstr; } in getLoopExitInstr()
244 Instruction *LoopExitInstr; variable