Searched refs:LoopExitInstr (Results 1 – 1 of 1) sorted by relevance
91 : 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