Searched refs:LoopExitInstr (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 96 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK), in RecurrenceDescriptor() 204 Instruction *getLoopExitInstr() { return LoopExitInstr; } in getLoopExitInstr() 238 Instruction *LoopExitInstr = nullptr; variable
|