Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp56 if (LCG && !ReplacedFunctions.count(DeadFn)) { in finalize()
118 if (CG && !ReplacedFunctions.count(&DeadFn)) { in removeFunction()
127 ReplacedFunctions.insert(&OldFn); in replaceFunctionWith()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h36 SmallPtrSet<Function *, 16> ReplacedFunctions; variable