Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp444 struct LoopStructure { struct
445 const char *Tag = "";
447 BasicBlock *Header = nullptr;
448 BasicBlock *Latch = nullptr;
452 BranchInst *LatchBr = nullptr;
453 BasicBlock *LatchExit = nullptr;
454 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();
465 Value *IndVarBase = nullptr;
466 Value *IndVarStart = nullptr;
467 Value *IndVarStep = nullptr;
[all …]