Searched refs:LoopExitInstr (Results 1 – 1 of 1) sorted by relevance
87 : StartValue(nullptr), LoopExitInstr(nullptr), Kind(RK_NoRecurrence), in RecurrenceDescriptor()94 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK), in RecurrenceDescriptor()181 Instruction *getLoopExitInstr() { return LoopExitInstr; } in getLoopExitInstr()233 Instruction *LoopExitInstr; variable