Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp406 DenseMap<const Record *, unsigned> Decl2Index; in collectSTIPredicates() local
412 const auto It = Decl2Index.find(Decl); in collectSTIPredicates()
413 if (It == Decl2Index.end()) { in collectSTIPredicates()
414 Decl2Index[Decl] = STIPredicates.size(); in collectSTIPredicates()