Searched refs:NewCalledFunctions (Results 1 – 2 of 2) sorted by relevance
2448 SmallPtrSet<const Function *, 8> NewCalledFunctions(CalledFunctions); in cxxDtorIsEmpty() local2451 if (!NewCalledFunctions.insert(CalledFn).second) in cxxDtorIsEmpty()2454 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()
2751 SmallPtrSet<const Function *, 8> NewCalledFunctions(CalledFunctions); in cxxDtorIsEmpty() local2754 if (!NewCalledFunctions.insert(CalledFn)) in cxxDtorIsEmpty()2757 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()