Searched defs:HardwareLoopInfo (Results 1 – 1 of 1) sorted by relevance
96 struct HardwareLoopInfo { struct98 HardwareLoopInfo(Loop *L) : L(L) {} in HardwareLoopInfo() function99 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 this106 bool IsNestingLegal = false; // Can a hardware loop be a parent to108 bool CounterInReg = false; // Should loop counter be updated in[all …]