Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h94 struct HardwareLoopInfo { struct
96 HardwareLoopInfo(Loop *L) : L(L) {} in HardwareLoopInfo() argument
97 Loop *L = nullptr;
98 BasicBlock *ExitBlock = nullptr;
99 BranchInst *ExitBranch = nullptr;
100 const SCEV *ExitCount = nullptr;
101 IntegerType *CountType = nullptr;
102 Value *LoopDecrement = nullptr; // Decrement the loop counter by this
104 bool IsNestingLegal = false; // Can a hardware loop be a parent to
106 bool CounterInReg = false; // Should loop counter be updated in
[all …]