Searched refs:CurFunction (Results 1 – 5 of 5) sorted by relevance
65 Function *CurFunction;// The currently executing function member74 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()77 : CurFunction(O.CurFunction), CurBB(O.CurBB), CurInst(O.CurInst), in ExecutionContext()82 CurFunction = O.CurFunction;
2083 StackFrame.CurFunction = F; in callFunction()
61 Function *CurFunction;// The currently executing function member70 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
2130 StackFrame.CurFunction = F; in callFunction()
1173 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local1174 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()1176 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()