Searched refs:CurFunction (Results 1 – 4 of 4) sorted by relevance
60 Function *CurFunction;// The currently executing function member69 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
2044 StackFrame.CurFunction = F; in callFunction()
2482 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local2483 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()2485 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
1284 Function &CurFunction = GR.CurMF->getFunction(); in selectMemOperation() local1286 ArrayType::get(IntegerType::get(CurFunction.getContext(), 8), Num); in selectMemOperation()1288 GlobalVariable *GV = new GlobalVariable(*CurFunction.getParent(), LLVMArrTy, in selectMemOperation()