Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ScopeDepth

107     JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}
111 : Block(Block), ScopeDepth(Depth), Index(Index) {}
115 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }
120 ScopeDepth = depth;
125 EHScopeStack::stable_iterator ScopeDepth;