Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp170 SmallPtrSet<AllocaInst *, 16> InitedRoots; in InsertRootInitializers() local
175 InitedRoots.insert(AI); in InsertRootInitializers()
181 if (!InitedRoots.count(Root)) { in InsertRootInitializers()