Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp54 if (LCG && !ReplacedFunctions.count(DeadFn)) { in finalize()
116 if (CG && !ReplacedFunctions.count(&DeadFn)) { in removeFunction()
125 ReplacedFunctions.insert(&OldFn); in replaceFunctionWith()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h35 SmallPtrSet<Function *, 16> ReplacedFunctions; variable