Searched refs:calledFunction (Results 1 – 1 of 1) sorted by relevance
580 Function *calledFunction = getCalledFunctionFromCS(CS); in runOnModule() local581 … if (CS.getInstruction() && !CS.arg_empty() && (calledFunction == F || calledFunction == NULL)) { in runOnModule()