Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp649 eval = eval->parentConstruct) { in markBranchTarget()
718 constructNameMap[name] = parentConstruct; in insertConstructName()
819 insertConstructName(s, parentConstruct); in analyzeBranches()
822 insertConstructName(s, parentConstruct); in analyzeBranches()
825 insertConstructName(s, parentConstruct); in analyzeBranches()
838 insertConstructName(s, parentConstruct); in analyzeBranches()
841 insertConstructName(s, parentConstruct); in analyzeBranches()
844 insertConstructName(s, parentConstruct); in analyzeBranches()
910 parentConstruct->constructExit; in analyzeBranches()
979 if (parentConstruct && eval.isUnstructured) in analyzeBranches()
[all …]
H A DBridge.cpp1101 mlir::Block *exitBlock = doStmtEval.parentConstruct->constructExit->block; in genFIR()
1393 genFIRConditionalBranch(cond, e.parentConstruct->constructExit, in genFIR()
1720 mlir::Block *defaultBlock = eval.parentConstruct->constructExit->block; in genFIR()
1772 defaultBlock = eval.parentConstruct->constructExit->block; in genFIR()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h281 successor = successor->parentConstruct->constructExit;
348 Evaluation *parentConstruct{nullptr}; // set for nodes below the top level