Searched defs:HardwareLoopInfo (Results 1 – 6 of 6) 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 …]
96 struct HardwareLoopInfo { struct98 HardwareLoopInfo(Loop *L) : L(L) {} in HardwareLoopInfo() argument99 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 …]
97 struct HardwareLoopInfo { struct100 Loop *L = nullptr;101 BasicBlock *ExitBlock = nullptr;102 BranchInst *ExitBranch = nullptr;103 const SCEV *ExitCount = nullptr;104 IntegerType *CountType = nullptr;105 Value *LoopDecrement = nullptr; // Decrement the loop counter by this107 bool IsNestingLegal = false; // Can a hardware loop be a parent to109 bool CounterInReg = false; // Should loop counter be updated in111 bool PerformEntryTest = false; // Generate the intrinsic which also performs