Searched defs:HardwareLoopInfo (Results 1 – 2 of 2) sorted by relevance
86 struct HardwareLoopInfo { struct88 HardwareLoopInfo(Loop *L) : L(L) {} in HardwareLoopInfo() function89 Loop *L = nullptr;90 BasicBlock *ExitBlock = nullptr;91 BranchInst *ExitBranch = nullptr;92 const SCEV *ExitCount = nullptr;93 IntegerType *CountType = nullptr;94 Value *LoopDecrement = nullptr; // Decrement the loop counter by this96 bool IsNestingLegal = false; // Can a hardware loop be a parent to98 bool CounterInReg = false; // Should loop counter be updated in[all …]
90 struct HardwareLoopInfo { struct92 HardwareLoopInfo(Loop *L) : L(L) {} in HardwareLoopInfo() argument93 Loop *L = nullptr;94 BasicBlock *ExitBlock = nullptr;95 BranchInst *ExitBranch = nullptr;96 const SCEV *TripCount = nullptr;97 IntegerType *CountType = nullptr;98 Value *LoopDecrement = nullptr; // Decrement the loop counter by this100 bool IsNestingLegal = false; // Can a hardware loop be a parent to102 bool CounterInReg = false; // Should loop counter be updated in[all …]