Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h95 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK), in RecurrenceDescriptor()
204 Instruction *getLoopExitInstr() { return LoopExitInstr; } in getLoopExitInstr()
238 Instruction *LoopExitInstr = nullptr; variable