Home | History | Annotate | Download | only in CodeGen

Lines Matching full:scopedepth

554     JumpDest() : Block(0), ScopeDepth(), Index(0) {}
558 : Block(Block), ScopeDepth(Depth), Index(Index) {}
562 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }
567 EHScopeStack::stable_iterator ScopeDepth;