Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp674 DenseSet<const Function *> SeenFunctions; in splitAMDGPUModule() local
676 SeenFunctions.insert(FWD.Fn); in splitAMDGPUModule()
677 SeenFunctions.insert(FWD.Dependencies.begin(), FWD.Dependencies.end()); in splitAMDGPUModule()
684 !SeenFunctions.count(&Fn) && !hasDirectCaller(Fn)) { in splitAMDGPUModule()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp508 llvm::DenseSet<uint64_t> SeenFunctions; in parseNameSection() local
546 if (!SeenFunctions.insert(Index).second) in parseNameSection()