Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp54 if (LCG && !ReplacedFunctions.count(DeadFn)) { in finalize()
113 if (CG && !ReplacedFunctions.count(&DeadFn)) { in removeFunction()
122 ReplacedFunctions.insert(&OldFn); in replaceFunctionWith()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCallGraphUpdater.h35 SmallPtrSet<Function *, 16> ReplacedFunctions; variable