Home
last modified time | relevance | path

Searched defs:HardwareLoopInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h96 struct HardwareLoopInfo { struct
98 HardwareLoopInfo(Loop *L) : L(L) {} in HardwareLoopInfo() function
99 Loop *L = nullptr;
100 BasicBlock *ExitBlock = nullptr;
101 BranchInst *ExitBranch = nullptr;
102 const SCEV *ExitCount = nullptr;
103 IntegerType *CountType = nullptr;
104 Value *LoopDecrement = nullptr; // Decrement the loop counter by this
106 bool IsNestingLegal = false; // Can a hardware loop be a parent to
108 bool CounterInReg = false; // Should loop counter be updated in
[all …]