Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp406 auto &entryPointList = eval.getOwningProcedure()->entryPointList; in addEvaluation() local
418 for (std::size_t entryIndex = entryPointList.size() - 1; in addEvaluation()
419 entryIndex && !entryPointList[entryIndex].second->lexicalSuccessor; in addEvaluation()
422 entryPointList[entryIndex].second->lexicalSuccessor = p; in addEvaluation()
430 entryPointList.push_back(std::pair{sym, p}); in addEvaluation()
993 int entryCount = unit->entryPointList.size(); in processEntryPoints()
1580 entryPointList[0].first = symbol;
1597 entryPointList[0].first = symbol;
1608 entryPointList[0].first = symbol;
1619 entryPointList[0].first = symbol;
H A DBridge.cpp247 for (int entryIndex = 0, last = funit.entryPointList.size(); in declareFunction()
2918 for (int entryIndex = 0, last = funit.entryPointList.size(); in lowerFunc()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h610 assert(entryIndex >= 0 && entryIndex < (int)entryPointList.size() &&
619 const semantics::Symbol *symbol = entryPointList[activeEntry].first;
629 return entryPointList[activeEntry].second;
668 entryPointList{std::pair{nullptr, nullptr}};