Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h86 struct HardwareLoopInfo { struct
88 HardwareLoopInfo(Loop *L) : L(L) {} in HardwareLoopInfo() argument
89 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 this
96 bool IsNestingLegal = false; // Can a hardware loop be a parent to
98 bool CounterInReg = false; // Should loop counter be updated in
[all …]