Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp625 DenseSet<const Function *> SeenFunctionNodes; in verifyGraph() local
671 auto [It, Inserted] = SeenFunctionNodes.insert(&Fn); in verifyGraph()
698 if (!SeenFunctionNodes.contains(&Fn)) { in verifyGraph()