Searched defs:HardwareLoopInfo (Results 1 – 1 of 1) sorted by relevance
94 struct HardwareLoopInfo { struct96 HardwareLoopInfo(Loop *L) : L(L) {} in HardwareLoopInfo() argument97 Loop *L = nullptr;98 BasicBlock *ExitBlock = nullptr;99 BranchInst *ExitBranch = nullptr;100 const SCEV *TripCount = nullptr;101 IntegerType *CountType = nullptr;102 Value *LoopDecrement = nullptr; // Decrement the loop counter by this104 bool IsNestingLegal = false; // Can a hardware loop be a parent to106 bool CounterInReg = false; // Should loop counter be updated in[all …]