Searched refs:CurFunction (Results 1 – 3 of 3) sorted by relevance
60 Function *CurFunction;// The currently executing function member69 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
2126 StackFrame.CurFunction = F; in callFunction()
2265 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local2266 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()2268 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()