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