Home
last modified time | relevance | path

Searched defs:HardwareLoopInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h94 struct HardwareLoopInfo { struct
96 HardwareLoopInfo(Loop *L) : L(L) {} in HardwareLoopInfo() argument
97 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 this
104 bool IsNestingLegal = false; // Can a hardware loop be a parent to
106 bool CounterInReg = false; // Should loop counter be updated in
[all …]