Searched refs:CalledFn (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2958 const Function *CalledFn = CI->getCalledFunction(); local
2960 if (!CalledFn)
2966 if (!NewCalledFunctions.insert(CalledFn))
2969 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions))

Completed in 210 milliseconds