Searched refs:ReplacedFunctions (Results 1 – 2 of 2) sorted by relevance
34 if (LCG && !ReplacedFunctions.count(DeadFn)) { in finalize()92 ReplacedFunctions.insert(&OldFn); in replaceFunctionWith()
37 SmallPtrSet<Function *, 16> ReplacedFunctions; variable