Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h38 struct FunctionLikeUnit;
93 FunctionLikeUnit, Evaluation>;
285 FunctionLikeUnit *getOwningProcedure() const;
391 struct FunctionLikeUnit : public ProgramUnit {
403 FunctionLikeUnit(
406 FunctionLikeUnit(
409 FunctionLikeUnit(
412 FunctionLikeUnit(
416 FunctionLikeUnit(FunctionLikeUnit &&) = default;
417 FunctionLikeUnit(const FunctionLikeUnit &) = delete;
[all …]
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp194 auto &unit = addFunction(lower::pft::FunctionLikeUnit{ in enterFunction()
236 [&](lower::pft::FunctionLikeUnit &p) { in resetFunctionState()
750 std::list<lower::pft::FunctionLikeUnit> *functionList{nullptr};
772 [&](lower::pft::FunctionLikeUnit &func) { in dumpPFT()
833 lower::pft::FunctionLikeUnit &functionLikeUnit) { in dumpFunctionLikeUnit()
909 static lower::pft::FunctionLikeUnit::FunctionStatement
911 lower::pft::FunctionLikeUnit::FunctionStatement result{ in getFunctionStmt()
923 std::optional<lower::pft::FunctionLikeUnit::FunctionStatement> &beginStmt) { in getSymbol()
956 lower::pft::FunctionLikeUnit *
959 [](lower::pft::FunctionLikeUnit &c) { return &c; }, in getOwningProcedure()
[all …]