Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h87 : 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