Home
last modified time | relevance | path

Searched refs:calledFunction (Results 1 – 1 of 1) sorted by relevance

/minix3/minix/llvm/passes/asr/
H A DASRPass.cpp580 Function *calledFunction = getCalledFunctionFromCS(CS); in runOnModule() local
581 … if (CS.getInstruction() && !CS.arg_empty() && (calledFunction == F || calledFunction == NULL)) { in runOnModule()