Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp329 constructAndDirectiveStack.emplace_back(&eval); in enterConstructOrDirective()
335 auto *eval = constructAndDirectiveStack.back(); in exitConstructOrDirective()
349 constructAndDirectiveStack.pop_back(); in exitConstructOrDirective()
404 if (!constructAndDirectiveStack.empty()) in addEvaluation()
405 eval.parentConstruct = constructAndDirectiveStack.back(); in addEvaluation()
1029 std::vector<lower::pft::Evaluation *> constructAndDirectiveStack{}; member in __anon431f4f760111::PFTBuilder