Home
last modified time | relevance | path

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

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