Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp98 SmallVector<Type *, 4> TypeWorklist; in incorporateType() local
99 TypeWorklist.push_back(Ty); in incorporateType()
101 Ty = TypeWorklist.pop_back_val(); in incorporateType()
113 TypeWorklist.push_back(*I); in incorporateType()
114 } while (!TypeWorklist.empty()); in incorporateType()