Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp34 if (LCG && !ReplacedFunctions.count(DeadFn)) { in finalize()
92 ReplacedFunctions.insert(&OldFn); in replaceFunctionWith()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h37 SmallPtrSet<Function *, 16> ReplacedFunctions; variable