Searched refs:labelSet (Results 1 – 3 of 3) sorted by relevance
95 virtual bool lookupLabelSet(SymbolRef sym, pft::LabelSet &labelSet) = 0;
797 lower::pft::LabelSet labelSet{}; in analyzeBranches() local798 labelSet.insert(label); in analyzeBranches()799 assignSymbolLabelMap->try_emplace(*sym, labelSet); in analyzeBranches()
356 Fortran::lower::pft::LabelSet &labelSet) override final { in lookupLabelSet() argument362 labelSet = iter->second; in lookupLabelSet()1021 auto labelSet = iter->second; in genFIR() local1031 if (labelSet.count(label) && in genFIR()1039 for (auto &label : labelSet) in genFIR()