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