Searched defs:LoopStructure (Results 1 – 1 of 1) sorted by relevance
410 struct LoopStructure { struct411 const char *Tag;413 BasicBlock *Header;414 BasicBlock *Latch;418 BranchInst *LatchBr;419 BasicBlock *LatchExit;420 unsigned LatchBrExitIdx;422 Value *IndVarNext;423 Value *IndVarStart;424 Value *LoopExitAt;[all …]