Lines Matching refs:LocalVariable
101 struct LocalVariable { struct
115 SmallVector<LocalVariable, 1> InlinedLocals; argument
126 SmallVector<LocalVariable, 1> Locals;
149 SmallVector<LocalVariable, 1> Locals;
207 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables;
244 void calculateRanges(LocalVariable &Var,
369 SmallVectorImpl<LocalVariable> &Locals,
373 SmallVectorImpl<LocalVariable> &ParentLocals,
378 void recordLocalVariable(LocalVariable &&Var, const LexicalScope *LS);
382 ArrayRef<LocalVariable> Locals);
385 void emitLocalVariable(const FunctionInfo &FI, const LocalVariable &Var);