Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2448 SmallPtrSet<const Function *, 8> NewCalledFunctions(CalledFunctions); in cxxDtorIsEmpty() local
2451 if (!NewCalledFunctions.insert(CalledFn).second) in cxxDtorIsEmpty()
2454 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2751 SmallPtrSet<const Function *, 8> NewCalledFunctions(CalledFunctions); in cxxDtorIsEmpty() local
2754 if (!NewCalledFunctions.insert(CalledFn)) in cxxDtorIsEmpty()
2757 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()