Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp461 struct LoopStructure { struct
462 const char *Tag = "";
464 BasicBlock *Header = nullptr;
465 BasicBlock *Latch = nullptr;
469 BranchInst *LatchBr = nullptr;
470 BasicBlock *LatchExit = nullptr;
471 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();
482 Value *IndVarBase = nullptr;
483 Value *IndVarStart = nullptr;
484 Value *IndVarStep = nullptr;
[all …]